From d8218060654bf299ea34d02416a522f45c7d08fb Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Wed, 24 Apr 2024 00:49:56 +0000 Subject: [PATCH] Add LinuxPackageUpdater.yml --- LinuxPackageUpdater.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 LinuxPackageUpdater.yml 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