Files
ansible_pull_tutorial/tasks/packages.yml
2020-09-01 16:06:30 -04:00

12 lines
155 B
YAML

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