mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-03 06:30:24 +00:00
fix: all praise the allmighty yamllinter
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
name:
|
||||
- epel-release
|
||||
state: latest
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
|
||||
- name: Ensure yum packages are installed
|
||||
yum:
|
||||
name:
|
||||
- "{{ matrix_ntpd_package }}"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
|
||||
- name: Ensure Docker is installed
|
||||
yum:
|
||||
|
||||
Reference in New Issue
Block a user