2016-04-11 22:42:21 +02:00
|
|
|
---
|
|
|
|
|
2016-07-28 12:23:48 +02:00
|
|
|
- name: Install software for members
|
2016-04-11 22:42:21 +02:00
|
|
|
apt: name={{ item }} state=present
|
|
|
|
with_items:
|
|
|
|
- apt-dater
|
2016-07-28 12:21:08 +02:00
|
|
|
- git
|
2016-04-11 22:42:21 +02:00
|
|
|
- irssi
|
|
|
|
- netcat6
|
|
|
|
- screen
|
|
|
|
- tmux
|