diff --git a/tasks/install-with-package.yml b/tasks/install-with-package.yml index 1c1f921..2af3c91 100644 --- a/tasks/install-with-package.yml +++ b/tasks/install-with-package.yml @@ -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"