forked from ISTI-ansible-roles/ansible-roles
Fix the letsencrypt acmetool apt task.
This commit is contained in:
parent
148c098f9f
commit
8c2bc364c9
|
@ -36,8 +36,7 @@
|
|||
tags: letsencrypt
|
||||
|
||||
- name: Install the letsencrypt acmetool package and some deps
|
||||
apt: pkg={{ item }} state={{ letsencrypt_acme_pkg_state }} update_cache=yes cache_valid_time=3600
|
||||
with_items: '{{ letsencrypt_acme_pkgs }}'
|
||||
apt: pkg={{ letsencrypt_acme_pkgs }} state={{ letsencrypt_acme_pkg_state }} update_cache=yes cache_valid_time=3600
|
||||
when:
|
||||
- letsencrypt_acme_install
|
||||
- letsencrypt_pkg_install
|
||||
|
|
Loading…
Reference in New Issue