laptop_playbook/local.yml
2024-05-13 23:10:37 +02:00

9 lines
120 B
YAML

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