mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
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>
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
---
|
|
nagios_Check_Services:
|
|
mail: false
|
|
nrpe: false
|
|
swap: false
|
|
datacenter: cloud
|
|
ansible_ifcfg_blocklist: true
|