Maybe removed too much

This commit is contained in:
Nikolaos Kakouros
2017-09-06 23:58:25 +02:00
parent fda38780e9
commit 6105075d4e
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -4,6 +4,12 @@
vars:
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:
- geerlingguy.git
- role_under_test
+7
View File
@@ -1,4 +1,11 @@
---
- 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:
- role_under_test