Procházet zdrojové kódy

Fix deprecation warning (using cron module without name)

pull/220/head
Slavi Pantaleev před 6 roky
rodič
revize
1316d36f8b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

@@ -103,11 +103,11 @@
state: absent
when: "not matrix_nginx_proxy_enabled|bool"

# When Let's Encrypt is not used at all, remove all cronjobs in that cron file.
- name: Ensure matrix-ssl-lets-encrypt-renew cronjob removed
cron:
user: root
cron_file: matrix-ssl-lets-encrypt
name: matrix-ssl-lets-encrypt-certificates-renew
state: absent
when: "matrix_ssl_retrieval_method != 'lets-encrypt'"



Načítá se…
Zrušit
Uložit