test
This commit is contained in:
commit
8709a8506d
1 changed files with 9 additions and 0 deletions
9
test.yml
Normal file
9
test.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Update web servers
|
||||
hosts: all
|
||||
remote_user: root
|
||||
tasks:
|
||||
- name: Install htop
|
||||
ansible.builtin.apt:
|
||||
name: htop
|
||||
state: present
|
Loading…
Reference in a new issue