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: Id5018a0cf8f0190655cd6a6b0a342e7918c29dd0
This commit is contained in:
Jesse Pretorius 2017-05-16 12:10:44 +01:00
parent 2746142b68
commit 20b74b2098
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