Files
ansible_pull_master/local.yml
2020-09-01 14:30:22 -04:00

7 lines
92 B
YAML

- hosts: localhost
become: true
tasks:
- name: Install htop
apt:
name: htop