Update test.yml
This commit is contained in:
parent
34e596d4df
commit
d4a6dfd126
13
test.yml
13
test.yml
@ -5,15 +5,4 @@
|
|||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ping the servers
|
- name: Ping the servers
|
||||||
ansible.builtin.ping:
|
ansible.builtin.ping:
|
||||||
|
|
||||||
- name: Update all servers (Debian/Ubuntu)
|
|
||||||
apt:
|
|
||||||
upgrade: dist
|
|
||||||
update_cache: yes
|
|
||||||
|
|
||||||
- name: Ensure vim is installed
|
|
||||||
apt:
|
|
||||||
name: vim
|
|
||||||
state: present
|
|
||||||
update_cache: yes
|
|
||||||
Loading…
Reference in New Issue
Block a user