laptop_playbook/local.yml
2024-05-13 23:14:48 +02:00

10 lines
141 B
YAML

---
- hosts: localhost
connection: local
become: true
tasks:
- name: install htop
package:
name: htop
present: false