From eac6bfa06de01222ceb33a6865c01fc46d99769f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 17 Sep 2018 23:09:05 +0200 Subject: o Lots of VM work. --- ansible/roles/unix-machine/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible/roles/unix-machine/handlers/main.yml (limited to 'ansible/roles/unix-machine/handlers/main.yml') diff --git a/ansible/roles/unix-machine/handlers/main.yml b/ansible/roles/unix-machine/handlers/main.yml new file mode 100644 index 0000000..ce78323 --- /dev/null +++ b/ansible/roles/unix-machine/handlers/main.yml @@ -0,0 +1,3 @@ +- name: update apt cache + apt: + update_cache: yes -- cgit v1.2.3