Ansible-IaC/local.yml

7 lines
134 B
YAML

- hosts: localhost
become: true
tasks:
- name: Install htop
community.general.pacman:
name: htop
state: present