mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
I had a .j2 in the file name
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
- tftp_server
|
||||
|
||||
- name: generate custom configs
|
||||
template: src=grubhost.cfg dest="/var/lib/tftpboot/uefi/{{ hostvars[item].install_mac }}"
|
||||
template: src=grubhost.cfg.j2 dest="/var/lib/tftpboot/uefi/{{ hostvars[item].install_mac }}"
|
||||
with_items: "{{ groups['all'] }}"
|
||||
when: "hostvars[item].install_noc == inventory_hostname"
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user