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:
parent
f7f7a3e8de
commit
3c12ef6aa9
231 changed files with 947 additions and 949 deletions
|
@ -37,7 +37,7 @@ csi_relationship: |
|
|||
The apache/mod_wsgi app is the only thing really running here
|
||||
|
||||
This host:
|
||||
|
||||
|
||||
- relies on db01 for its database of activity (what composes have been
|
||||
requested and what state are they in?)
|
||||
- It also mounts an nfs shared provided by odcs-backend01.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue