commit 3b9f81d59bb729135122aab29edf95abe5a00148 Author: mafyuh Date: Thu May 23 03:37:14 2024 +0000 Add apt.yml diff --git a/apt.yml b/apt.yml new file mode 100644 index 0000000..05311be --- /dev/null +++ b/apt.yml @@ -0,0 +1,7 @@ +- hosts: "*" + become: yes + tasks: + - name: apt + apt: + update_cache: yes + upgrade: 'yes' \ No newline at end of file