Files
ansible_pull_master/local.yml
2020-09-01 15:59:43 -04:00

12 lines
155 B
YAML

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