ansible-role--duplicity/templates/etc.glenux.duplicity.duplicity.conf.j2

4 lines
161 B
Plaintext
Raw Normal View History

2024-07-12 12:36:06 +00:00
DUPLICITY_HOSTNAME={{ duplicity_hostname }}
DUPLICITY_WORK_DIR={{ duplicity_work_directory }}
DUPLICITY_ENABLE={{ duplicity_enable | ternary('true', 'false') }}