ansible-edda/tasks/utils.yml

8 lines
100 B
YAML

- name: Install utility programs
apt:
name:
- git
- htop
- man
- tmux