Fix role gate tests for Ansible 2.3

Add 'become' and root 'user' options to the playbook instead of using
'ansible_become' through an inventory variable.

Change-Id: I36e68b24fad5015ea02a5c92b6cd081daf81b520
This commit is contained in:
Jesse Pretorius 2017-05-16 12:11:55 +01:00
parent 539cc073ee
commit 1a0db2cf9a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[all]
localhost ansible_become=True
localhost
infra1 ansible_host=10.100.100.2 ansible_become=True ansible_user=root
openstack1 ansible_host=10.100.100.3 ansible_become=True ansible_user=root