Skip to content

Commit 62486a5

Browse files
committed
Fix donation
1 parent 3fc622f commit 62486a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/repository/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
when:
1616
- sponsor_links is defined
1717
template:
18-
src: donate.yml.j2
19-
dest: /tmp/donate.txt
18+
src: donate.txt.j2
19+
dest: /tmp/root/donate.txt
2020
owner: "abc"
2121
group: "abc"
2222
mode: "0644"

0 commit comments

Comments
 (0)