Files
ansible_pull_tutorial/local.yml
Jay LaCroix 6c51d76f26 small update
2020-09-01 14:42:43 -04:00

9 lines
113 B
YAML

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