diff --git a/LinuxPackageUpdater.yml b/LinuxPackageUpdater.yml new file mode 100644 index 0000000..90dcd9c --- /dev/null +++ b/LinuxPackageUpdater.yml @@ -0,0 +1,10 @@ +--- +- hosts: all + + become: true + + tasks: + - name: APT Package Updater + apt: + upgrade: yes + update_cache: yes \ No newline at end of file