---
- name: Install software for mebers
apt: name={{ item }} state=present
with_items:
- apt-dater
- git
- irssi
- netcat6
- screen
- tmux