laptop_playbook/local.yml
2024-05-13 23:15:49 +02:00

10 lines
140 B
YAML

---
- hosts: localhost
connection: local
become: true
tasks:
- name: install htop
package:
name: htop
state: absent