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