fix: all praise the allmighty yamllinter
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
name:
|
||||
- git
|
||||
state: present
|
||||
update_cache: no
|
||||
update_cache: false
|
||||
when: "ansible_os_family == 'RedHat'"
|
||||
|
||||
- name: Ensure git installed (Debian)
|
||||
@ -18,7 +18,7 @@
|
||||
name:
|
||||
- git
|
||||
state: present
|
||||
update_cache: no
|
||||
update_cache: false
|
||||
when: "ansible_os_family == 'Debian'"
|
||||
|
||||
- name: Ensure git installed (Archlinux)
|
||||
@ -26,7 +26,7 @@
|
||||
name:
|
||||
- git
|
||||
state: present
|
||||
update_cache: no
|
||||
update_cache: false
|
||||
when: "ansible_distribution == 'Archlinux'"
|
||||
|
||||
- name: Clone synapse-simple-antispam git repository
|
||||
|
Reference in New Issue
Block a user