mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
hooked on phonix really werked for me
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user