ansible-repo/local.yml

9 lines
122 B
YAML

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