install mosh

This commit is contained in:
Pig Monkey 2015-09-24 16:51:47 -07:00
parent 38a225f3c2
commit 683e6a0f3f

View file

@ -34,3 +34,6 @@
- name: Install user SSH key
copy: src={{ ssh.user_key }} dest=/home/{{ user.name }}/.ssh/id_rsa mode=600 owner={{ user.name }} group={{ user.group }}
- name: Install Mosh
pacman: name=mosh state=present