Adds task to install tmux in the VMs

This commit is contained in:
Victor Schröder
2016-04-02 23:29:03 +02:00
parent 7d40b5debb
commit 62270121a0

View File

@@ -7,7 +7,7 @@
- name: installing dependencies
apt:
name: apt-transport-https,ca-certificates,python-pip
name: apt-transport-https,ca-certificates,python-pip,tmux
state: present
update_cache: true