semaphore-playbooks/test.yml

9 lines
158 B
YAML
Raw Normal View History

2023-07-20 00:24:58 +00:00
---
- name: Update web servers
hosts: all
remote_user: root
tasks:
- name: Install htop
ansible.builtin.apt:
name: htop
state: present