ansible-repo/tasks/packages.yml
2025-08-05 13:55:53 +02:00

9 lines
122 B
YAML

- hosts: localhost
connection: local
become: true
tasks:
- name: Install htop
pacman:
name: htop