fix: all praise the allmighty yamllinter
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
- set_fact:
|
||||
matrix_synapse_password_providers_enabled: true
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
name:
|
||||
- git
|
||||
state: present
|
||||
update_cache: no
|
||||
update_cache: false
|
||||
when: "ansible_os_family == 'RedHat'"
|
||||
|
||||
- name: Ensure git installed (Debian)
|
||||
@ -13,7 +13,7 @@
|
||||
name:
|
||||
- git
|
||||
state: present
|
||||
update_cache: no
|
||||
update_cache: false
|
||||
when: "ansible_os_family == 'Debian'"
|
||||
|
||||
- name: Ensure git installed (Archlinux)
|
||||
@ -21,7 +21,7 @@
|
||||
name:
|
||||
- git
|
||||
state: present
|
||||
update_cache: no
|
||||
update_cache: false
|
||||
when: "ansible_distribution == 'Archlinux'"
|
||||
|
||||
- name: Clone mjolnir-antispam git repository
|
||||
|
@ -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