roles/nginx/tasks/main.yaml
changeset 75 d8c87a41cc6d
parent 69 be979818d483
child 82 a3e1a9b18f6d
--- 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"