---
- name: Install software for members
apt: name={{ item }}
loop:
- ansible
- git
- irssi
- netcat6
- screen
- tmux