Whoops, obviously debian isn't going to work with the ubuntu PPAs certbot maintains

This commit is contained in:
Jonathan Hanson
2020-03-26 17:10:21 -07:00
parent ae4e10c5a4
commit e575a7dfaf
+1 -1
View File
@@ -2,7 +2,7 @@
- name: Ensure package repo is present
apt_repository:
repo: ppa:certbot/certbot
when: ansible_distribution == "Ubuntu" or ansible_distribution == "Debian"
when: ansible_distribution == "Ubuntu"
- name: Install Certbot.
package: "name={{ certbot_package }} state=present"