Change Butane template file name

This commit is contained in:
Khue Doan 2021-06-13 13:32:18 +07:00
parent 852f45d5ac
commit 2216214d47
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
- name: Render machine specific Butane config
template:
src: http/ignition/ignition.yaml
src: http/ignition/ignition.yaml.j2
dest: "{{ role_path }}/build/http/ignition/{{ hostvars[item]['mac'] }}.yaml"
loop: "{{ groups['metal'] }}"