diff --git a/dist-upgrade-all.yaml b/dist-upgrade-all.yaml new file mode 100644 index 0000000..d097caa --- /dev/null +++ b/dist-upgrade-all.yaml @@ -0,0 +1,8 @@ +- hosts: all + tasks: + - name: update system + ansible.builtin.apt: + update_cache: yes + autoclean: yes + autoremove: yes + upgrade: dist \ No newline at end of file diff --git a/full-upgrade-all.yaml b/full-upgrade-all.yaml new file mode 100644 index 0000000..d097caa --- /dev/null +++ b/full-upgrade-all.yaml @@ -0,0 +1,8 @@ +- hosts: all + tasks: + - name: update system + ansible.builtin.apt: + update_cache: yes + autoclean: yes + autoremove: yes + upgrade: dist \ No newline at end of file