ansible-role--duplicity/tasks/install_helpers.yml

13 lines
223 B
YAML
Raw Permalink Normal View History

2024-07-12 12:36:06 +00:00
---
##
## 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