templates werden immer im templates ordner der rolle gesucht
This commit is contained in:
parent
f9edf323cd
commit
333099449c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
- name: Ensure config is present.
|
||||
ansible.builtin.template:
|
||||
src: /templates/config.j2
|
||||
src: config.j2
|
||||
dest: "{{ dehydrated_config }}/config"
|
||||
notify: dehydrated register
|
||||
|
||||
|
|
Loading…
Reference in a new issue