hooked on phonix really werked for me
This commit is contained in:
parent
2b268d6e67
commit
31bae9c864
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
command: certbot certonly --keep -n --webroot --webroot-path /var/www/html/ -d {{','.join([site_name] + server_aliases)}}
|
command: certbot certonly --keep -n --webroot --webroot-path /var/www/html/ -d {{','.join([site_name] + server_aliases)}}
|
||||||
run_once: true
|
run_once: true
|
||||||
register: certbot_output
|
register: certbot_output
|
||||||
check_node: no
|
check_mode: no
|
||||||
changed_when: "not ('not yet due for renewal' in certbot_output.stderr)"
|
changed_when: "not ('not yet due for renewal' in certbot_output.stderr)"
|
||||||
tags:
|
tags:
|
||||||
- letsencrypt
|
- letsencrypt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue