9 lines
113 B
YAML
9 lines
113 B
YAML
- name: Install utility programs
|
|
apt:
|
|
name:
|
|
- git
|
|
- htop
|
|
- man
|
|
- perl
|
|
- tmux
|