Skip to content

Commit

Permalink
fix(duplicity): Fix file name of include/exclude list (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi authored Dec 17, 2024
1 parent e8b9b63 commit 653c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/debian/duplicity/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
- name: Copy include-exclude filelist.
ansible.builtin.template:
src: include-exclude-filelist.j2
dest: "{{ duplicity.install_dir }}/etc/{{ dir.name }}-include-filelist"
dest: "{{ duplicity.install_dir }}/etc/{{ dir.name }}-include-exclude-filelist"
owner: root
group: root
mode: 0644
Expand Down

0 comments on commit 653c23e

Please sign in to comment.