Update test.yml

This commit is contained in:
Zakaria 2024-08-27 05:25:18 +00:00
parent d4a6dfd126
commit 3ada1a1d56

View File

@ -5,4 +5,9 @@
tasks:
- name: Ping the servers
ansible.builtin.ping:
ansible.builtin.ping:
- name: Update and Upgrade all Servers
apt:
upgrade: yes
update_cache: yes