Update test.yml

This commit is contained in:
2024-08-27 05:25:18 +00:00
parent d4a6dfd126
commit 3ada1a1d56
+5
View File
@@ -6,3 +6,8 @@
- name: Ping the servers - name: Ping the servers
ansible.builtin.ping: ansible.builtin.ping:
- name: Update and Upgrade all Servers
apt:
upgrade: yes
update_cache: yes