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

This commit is contained in:
Jonathan Hanson 2019-02-17 10:31:42 -08:00
parent ae4e10c5a4
commit e575a7dfaf

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"