9 lines
122 B
YAML
9 lines
122 B
YAML
- hosts: localhost
|
|
connection: local
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Install htop
|
|
pacman:
|
|
name: htop
|