13 lines
223 B
YAML
13 lines
223 B
YAML
|
---
|
||
|
##
|
||
|
## Dokku config
|
||
|
##
|
||
|
|
||
|
- name: Install duplicity helper script for dokku
|
||
|
copy:
|
||
|
src: files/duplicity_helper_for_dokku
|
||
|
dest: /usr/sbin/duplicity_helper_for_dokku
|
||
|
mode: "0755"
|
||
|
owner: root
|
||
|
group: root
|