Update test.yml
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user