diff -r dc20ec78acdd -r d8c87a41cc6d roles/nginx/tasks/main.yaml --- a/roles/nginx/tasks/main.yaml Sat Jan 19 13:45:58 2019 -0600 +++ b/roles/nginx/tasks/main.yaml Sun Nov 17 08:14:06 2019 -0600 @@ -9,12 +9,6 @@ template: src="{{nginx_conf_src}}" dest="/etc/nginx/sites-available/{{nginx_conf_dst}}" notify: restart nginx -# https://certbot.eff.org/lets-encrypt/ubuntuxenial-nginx -- name: add certbot (letsencrypt) repo - become: yes - apt_repository: repo="ppa:certbot/certbot" - when: nginx_enable_ssl - - name: install nginx packages become: yes apt: name="python-certbot-nginx"