playbook-base/local.yaml

10 lines
138 B
YAML
Raw Normal View History

2018-09-06 10:33:56 -04:00
---
2018-09-05 19:06:00 -04:00
become: true
tasks:
- name: Install packages
apt: name={{item}}
with_items:
- htop
- mc
- vim