From 761a515e0f7cad1879d8bfa0f85ff07168bdfa9a Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 27 Oct 2019 18:31:43 -0500 Subject: [PATCH] Run apt update --- roles/common/tasks/Debian.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/common/tasks/Debian.yaml diff --git a/roles/common/tasks/Debian.yaml b/roles/common/tasks/Debian.yaml new file mode 100644 index 0000000..b339870 --- /dev/null +++ b/roles/common/tasks/Debian.yaml @@ -0,0 +1,5 @@ +--- +- name: run apt-get update + apt: + update_cache: yes + cache_valid_time: 3600