mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02:00
Fix Ansible warning
This commit is contained in:
parent
42f60142c0
commit
8fa913dca7
@ -55,7 +55,7 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ matrix_systemd_path }}/{{ item.name }}"
|
path: "{{ matrix_systemd_path }}/{{ item.name }}"
|
||||||
state: absent
|
state: absent
|
||||||
when: "{{ not item.applicable }}"
|
when: "not item.applicable|bool"
|
||||||
with_items: "{{ matrix_ssl_renewal_systemd_units_list }}"
|
with_items: "{{ matrix_ssl_renewal_systemd_units_list }}"
|
||||||
|
|
||||||
- name: Ensure Let's Encrypt SSL renewal script removed
|
- name: Ensure Let's Encrypt SSL renewal script removed
|
||||||
|
Loading…
Reference in New Issue
Block a user