Browse Source

Fix Ansible warning

pull/825/head
Slavi Pantaleev 5 years ago
parent
commit
8fa913dca7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-nginx-proxy/tasks/ssl/setup_ssl_lets_encrypt.yml

+ 1
- 1
roles/matrix-nginx-proxy/tasks/ssl/setup_ssl_lets_encrypt.yml 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


Loading…
Cancel
Save