This is required by the drbackup stuff, which is required to migrate Dist Git to ansible.
6 lines
147 B
YAML
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
|