Hubs: fix playbook 4, the mission
This commit is contained in:
parent
cf69510ab9
commit
bb11108fe8
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
|
|
||||||
|
|
||||||
- name: install python2-certbot-nginx
|
- name: install python3-certbot-nginx
|
||||||
dnf: name=python2-certbot-nginx state=present
|
dnf: name=python3-certbot-nginx state=present
|
||||||
|
|
||||||
- name: get the letencrypt cert
|
- name: get the letencrypt cert
|
||||||
command: certbot certonly -n --nginx -d {{ ansible_fqdn }} --agree-tos --email admin@fedoraproject.org
|
command: certbot certonly -n --nginx -d {{ ansible_fqdn }} --agree-tos --email admin@fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue