mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-20 09:11:43 +02:00
Maybe removed too much
This commit is contained in:
parent
fda38780e9
commit
6105075d4e
@ -4,6 +4,12 @@
|
|||||||
vars:
|
vars:
|
||||||
certbot_install_from_source: yes
|
certbot_install_from_source: yes
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
- name: Update apt cache.
|
||||||
|
apt: update_cache=yes cache_valid_time=600
|
||||||
|
when: ansible_os_family == 'Debian'
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- geerlingguy.git
|
- geerlingguy.git
|
||||||
- role_under_test
|
- role_under_test
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
- name: Update apt cache.
|
||||||
|
apt: update_cache=yes cache_valid_time=600
|
||||||
|
when: ansible_os_family == 'Debian'
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role_under_test
|
- role_under_test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user