diff --git a/debian_update.yml b/debian_update.yml new file mode 100644 index 0000000..2bea2dc --- /dev/null +++ b/debian_update.yml @@ -0,0 +1,5 @@ +- hosts: all + become: true + tasks: + - name: Update apt-get repo and cache + apt: update_cache=yes force_apt_get=yes cache_valid_time=3600 \ No newline at end of file