only attempt to renew once per run

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-06-01 21:07:35 +00:00
parent d961979aa1
commit af651a77e6

View file

@ -1,6 +1,7 @@
- name: Generate (or renew) the certificate
delegate_to: certgetter01.phx2.fedoraproject.org
command: certbot certonly -n --webroot --webroot-path /var/www/html/ -d {{','.join([site_name] + server_aliases)}}
run_once: true
tags:
- letsencrypt