install autossh

This commit is contained in:
Pig Monkey 2015-12-04 19:43:33 -08:00
parent e2f918f820
commit 48460cada6

View file

@ -32,6 +32,11 @@
tags:
- ssh
- name: Install autossh
pacman: name=autossh state=present
tags:
- ssh
- name: Copy fuse configuration file
copy: src=fuse.conf dest=/etc/fuse.conf
tags: