ansible-role--duplicity/tasks/install_helpers.yml
2024-07-12 14:36:06 +02:00

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