Use the value of this
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d9264225b5
commit
d9d83e046b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
- name: generate custom configs
|
- name: generate custom configs
|
||||||
template: src=grubhost.cfg dest="/var/lib/tftpboot/uefi/{{ item.install_mac }}"
|
template: src=grubhost.cfg dest="/var/lib/tftpboot/uefi/{{ item.install_mac }}"
|
||||||
with_items: groups['all']
|
with_items: {{ groups['all'] }}
|
||||||
when: "hostvars[item].install_noc == ansible_inventory_hostname"
|
when: "hostvars[item].install_noc == ansible_inventory_hostname"
|
||||||
tags:
|
tags:
|
||||||
- tftp_server
|
- tftp_server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue