forked from infra/ansible
13 lines
143 B
YAML
13 lines
143 B
YAML
---
|
|
|
|
- name: Install software for members
|
|
apt:
|
|
name:
|
|
- ansible
|
|
- gcc
|
|
- git
|
|
- irssi
|
|
- netcat6
|
|
- screen
|
|
- tmux
|