mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Whoops, obviously debian isn't going to work with the ubuntu PPAs certbot maintains
This commit is contained in:
parent
ae4e10c5a4
commit
e575a7dfaf
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user