mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Use the value of this
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
- name: generate custom configs
|
||||
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"
|
||||
tags:
|
||||
- tftp_server
|
||||
|
||||
Reference in New Issue
Block a user