templates werden immer im templates ordner der rolle gesucht

This commit is contained in:
David Kilias 2021-02-07 15:57:05 +01:00
parent f9edf323cd
commit 333099449c

View file

@ -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