Hubs: fix playbook 4, the mission

This commit is contained in:
Aurélien Bompard 2018-01-24 20:50:38 +00:00
parent cf69510ab9
commit bb11108fe8

View file

@ -8,8 +8,8 @@
- libsemanage-python
- name: install python2-certbot-nginx
dnf: name=python2-certbot-nginx state=present
- name: install python3-certbot-nginx
dnf: name=python3-certbot-nginx state=present
- name: get the letencrypt cert
command: certbot certonly -n --nginx -d {{ ansible_fqdn }} --agree-tos --email admin@fedoraproject.org