From bb11108fe86639783bdf13964f6b8cd8889a6fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 24 Jan 2018 20:50:38 +0000 Subject: [PATCH] Hubs: fix playbook 4, the mission --- roles/hubs/tasks/webserver.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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