This commit is contained in:
Kekskurse 2023-07-20 02:24:58 +02:00
commit 8709a8506d
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 9 additions and 0 deletions

9
test.yml Normal file
View 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