Rename all j2 files to templates
Not according to convention, but it reads better.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
- name: "Copy restic shell script"
|
||||
ansible.builtin.template:
|
||||
src: "files/backups/restic-shell.sh.j2"
|
||||
src: "files/backups/restic-shell.template.sh"
|
||||
dest: "{{ restic_shell_script }}"
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
Reference in New Issue
Block a user