hooked on phonix really werked for me

This commit is contained in:
Kevin Fenzi 2018-06-14 01:33:44 +00:00
parent 2b268d6e67
commit 31bae9c864

View file

@ -3,7 +3,7 @@
command: certbot certonly --keep -n --webroot --webroot-path /var/www/html/ -d {{','.join([site_name] + server_aliases)}}
run_once: true
register: certbot_output
check_node: no
check_mode: no
changed_when: "not ('not yet due for renewal' in certbot_output.stderr)"
tags:
- letsencrypt