We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c52bf commit 3c562e0Copy full SHA for 3c562e0
1 file changed
site.yml
@@ -1,5 +1,12 @@
1
---
2
3
+- hosts: localhost
4
+ tasks:
5
+ - name: update apt cache before running any of the ansible roles
6
+ apt:
7
+ update_cache: yes
8
+ cache_valid_time: 3600
9
+
10
- hosts: localhost
11
roles:
12
- { role: readme, tags: "readme" }
0 commit comments