Merge branch 'master' into synapse-workers

This commit is contained in:
Slavi Pantaleev
2021-01-25 14:56:55 +02:00
8 changed files with 128 additions and 117 deletions

View File

@ -55,7 +55,7 @@
file:
path: "{{ matrix_systemd_path }}/{{ item.name }}"
state: absent
when: "{{ not item.applicable }}"
when: "not item.applicable|bool"
with_items: "{{ matrix_ssl_renewal_systemd_units_list }}"
- name: Ensure Let's Encrypt SSL renewal script removed