remove tftp item which is not working 100% and try to get aarch64 to work

This commit is contained in:
Stephen Smoogen 2020-06-03 10:26:36 -04:00
parent a03fc1777f
commit 557ea123f1
2 changed files with 12 additions and 7 deletions

View file

@ -50,9 +50,9 @@
- tftp_server
when: datacenter == 'iad2'
- name: generate custom configs
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:
- tftp_server
# - name: generate custom configs
# 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:
# - tftp_server