fix: all praise the allmighty yamllinter

This commit is contained in:
Marko Weltzer
2022-02-05 21:32:54 +01:00
parent d3983a0f04
commit 7e5b88c3b7
373 changed files with 1565 additions and 1296 deletions

View File

@ -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