Fix linting issues

This commit is contained in:
Simon Spannagel
2021-11-22 07:25:29 +01:00
parent 5f476f829c
commit ca46eab49f
2 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -9,10 +9,9 @@
content: "{{ certbot_deployhook }}"
dest: /etc/letsencrypt/renewal-hooks/deploy/ansible.sh
mode: u+rwx
run_once: yes
run_once: true
when: certbot_deployhook is defined
- name: Generate new certificate if one doesn't exist.
shell: "{{ certbot_create_command }}"
when: not letsencrypt_cert.stat.exists