aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt/tasks/certbot.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/letsencrypt/tasks/certbot.yml')
-rw-r--r--roles/letsencrypt/tasks/certbot.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/letsencrypt/tasks/certbot.yml b/roles/letsencrypt/tasks/certbot.yml
index 2eeeda5..f0a1ad6 100644
--- a/roles/letsencrypt/tasks/certbot.yml
+++ b/roles/letsencrypt/tasks/certbot.yml
@@ -5,10 +5,9 @@
become: true
block:
- name: Install snapd
- ansible.builtin.apt:
+ ansible.builtin.package:
name: snapd
state: present
- install_recommends: false
- name: Install Certbot
community.general.snap: