playbook-base/local.yaml

10 lines
138 B
YAML

---
become: true
tasks:
- name: Install packages
apt: name={{item}}
with_items:
- htop
- mc
- vim