From 079cece37964b61e1dc449c43c4f02dbb8d23e15 Mon Sep 17 00:00:00 2001 From: Zakaria Date: Mon, 26 Aug 2024 20:53:11 +0000 Subject: [PATCH] Add test.yml --- test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test.yml diff --git a/test.yml b/test.yml new file mode 100644 index 0000000..20f6c02 --- /dev/null +++ b/test.yml @@ -0,0 +1,8 @@ +--- +- hosts: all + become: true + tasks: + - name: API Package Updater + apt: + upgrade: yes + update_cache: yes \ No newline at end of file