Przeglądaj źródła

Fix Ansible warning

pull/825/head
Slavi Pantaleev 5 lat temu
rodzic
commit
8fa913dca7
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz