aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt/tasks/certbot.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-09-18 22:52:07 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-09-18 22:52:07 +0200
commit896e6824eb3d5488f82990aca9a31db14a82c49f (patch)
tree2274516ee5b8c1b743d71484bc25ed2f85814e47 /roles/letsencrypt/tasks/certbot.yml
parentv0.0.26 (diff)
downloadinfra-ansible-896e6824eb3d5488f82990aca9a31db14a82c49f.tar.gz
infra-ansible-896e6824eb3d5488f82990aca9a31db14a82c49f.zip
use ansible.builtin.package generic module
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: