Explorar el Código

Fix Ansible warning

pull/825/head
Slavi Pantaleev hace 5 años
padre
commit
8fa913dca7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar