mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Killed trailing spaces in group/host vars with fire.
Normally it's just a nitpick to not have trailing spaces on variables. However, for some things like mac address, it really matters. Bunches of buildhw's were failing ansibile because they were passing "mac address " to linux-system-roles networking and ansible was going 'huh, nope, I can't find that mac address here at all'. So, just blow all the tailing spaces away to avoid any other variables that hit this. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -80,7 +80,7 @@ iad2_management_hosts:
|
||||
- vmhost-x86-05.mgmt.iad2.fedoraproject.org
|
||||
- vmhost-x86-06.mgmt.iad2.fedoraproject.org
|
||||
- vmhost-x86-07.mgmt.iad2.fedoraproject.org
|
||||
|
||||
|
||||
#
|
||||
# These are management interfaces we only want
|
||||
# to test ping against. No http/https
|
||||
|
||||
Reference in New Issue
Block a user