diff --git a/update-packages.yml b/update-packages.yml new file mode 100644 index 0000000..99327cb --- /dev/null +++ b/update-packages.yml @@ -0,0 +1,10 @@ +--- + +- hosts: all + become: true + tasks: + + - name: Update all packages + apt: + update_cache: yes + upgrade: yes