Fix role gate tests for Ansible 2.3
'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: I50d04fc27d3ef2aa806a9d1e22c3149df8d87e67
This commit is contained in:
parent
00d97e5b0f
commit
5c72bbb582
@ -16,5 +16,4 @@
|
||||
bridges:
|
||||
- name: "br-mgmt"
|
||||
ip_addr: "10.1.1.1"
|
||||
ansible_become: True
|
||||
ansible_python_interpreter: "/usr/bin/python2"
|
||||
|
Loading…
Reference in New Issue
Block a user