ansible/tasks/confine_ssh.yml
Mathieu Bridon f60221e2aa Add the confine_ssh task
This is required by the drbackup stuff, which is required to migrate
Dist Git to ansible.
2014-08-26 18:28:27 +00:00

6 lines
147 B
YAML

---
- name: install the confine-ssh script
copy: >
src={{files}}/scripts/confine-ssh.sh
dest=/usr/local/bin/confine-ssh.sh
mode=0755