commit 91a99a0f58e9c3d0ae94f9f8b566648088eae080 Author: stef Date: Thu Dec 21 20:20:39 2023 +0100 initial diff --git a/update.yml b/update.yml new file mode 100644 index 0000000..682858d --- /dev/null +++ b/update.yml @@ -0,0 +1,12 @@ +--- + +- hosts: all + vars: + ansible_host_key_checking: false ##If you get an error about hosts not trusted + become: true + + tasks: + - name: Update and upgrade apt packages + apt: + update_cache: yes + upgrade: yes \ No newline at end of file