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: Ia041b0a921600f941f21b83ab511ee7edaaeb0ab
This commit is contained in:
Jesse Pretorius 2017-05-16 12:09:24 +01:00
parent f0c650717e
commit 31621c2699
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
openstack2 ansible_host=10.100.100.4 ansible_become=True ansible_user=root