forked from infra/ansible
11 lines
148 B
YAML
11 lines
148 B
YAML
---
|
|
|
|
- name: Install software for mebers
|
|
apt: name={{ item }} state=present
|
|
with_items:
|
|
- apt-dater
|
|
- irssi
|
|
- netcat6
|
|
- screen
|
|
- tmux
|