23df8f219b
'ansible_become' defined as a host_var or in the inventory for a host has a higher precedence than 'become' defined within a playbook. In change Id5b76a87809f03951c954fc3d752419a673403f7, 'become' was defined explicitly for each play running against localhost so 'ansible_become' should be removed from its host_vars. Change-Id: Ieb55a10e8148b0eb122caccf92702d24ff1a1d0b Cc: Jimmy McCrory <jimmy.mccrory@gmail.com>
3 lines
41 B
Plaintext
3 lines
41 B
Plaintext
[all]
|
|
localhost ansible_connection=local
|