playbook-base/local.yaml

9 lines
132 B
YAML

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