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