From 3ada1a1d567a1e9cb280e9db8d3ce9e239e2220e Mon Sep 17 00:00:00 2001 From: Zakaria Date: Tue, 27 Aug 2024 05:25:18 +0000 Subject: [PATCH] Update test.yml --- test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test.yml b/test.yml index 5e12563..5bf5337 100644 --- a/test.yml +++ b/test.yml @@ -5,4 +5,9 @@ tasks: - name: Ping the servers - ansible.builtin.ping: \ No newline at end of file + ansible.builtin.ping: + + - name: Update and Upgrade all Servers + apt: + upgrade: yes + update_cache: yes \ No newline at end of file