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:
Jimmy McCrory 2017-04-19 15:51:34 -07:00
parent 00d97e5b0f
commit 5c72bbb582
1 changed files with 0 additions and 1 deletions

View File

@ -16,5 +16,4 @@
bridges:
- name: "br-mgmt"
ip_addr: "10.1.1.1"
ansible_become: True
ansible_python_interpreter: "/usr/bin/python2"