diff --git a/roles/hubs/tasks/webserver.yml b/roles/hubs/tasks/webserver.yml index e502057055..5021673c0d 100644 --- a/roles/hubs/tasks/webserver.yml +++ b/roles/hubs/tasks/webserver.yml @@ -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