Ansible-IaC/local.yml

8 lines
134 B
YAML
Raw Normal View History

2022-05-22 18:46:20 +01:00
- hosts: localhost
become: true
tasks:
- name: Install htop
community.general.pacman:
name: htop
state: present