From e56ad5b18837376efb23f59d1121654c38c50fec Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Wed, 19 Apr 2017 08:21:59 -0700 Subject: [PATCH] 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: I27f46c3966877d5026c96345220d1f268deb971d --- tests/host_vars/localhost.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/host_vars/localhost.yml b/tests/host_vars/localhost.yml index 863f3083..5135ead5 100644 --- a/tests/host_vars/localhost.yml +++ b/tests/host_vars/localhost.yml @@ -17,7 +17,6 @@ neutron_provider_networks: network_types: "vxlan,flat" network_mappings: "flat:eth12" network_vxlan_ranges: "1:1000" -ansible_become: True neutron_local_ip: 10.1.2.1 ansible_python_interpreter: "/usr/bin/python2" bridges: