Rename service.*.j2 files
This commit is contained in:
parent
b6297638db
commit
c95be92f46
8 changed files with 6 additions and 5 deletions
roles/webhook/tasks
|
@ -24,7 +24,7 @@
|
|||
|
||||
- name: Template main config
|
||||
ansible.builtin.template:
|
||||
src: service.yml.j2
|
||||
src: yml.j2
|
||||
dest: "{{ (config_path, 'hooks.yml') | path_join }}"
|
||||
mode: "0644"
|
||||
register: cmd_result
|
||||
|
|
Reference in a new issue