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: I530293245724949dc172dfa95a820db32b6a665c
This commit is contained in:
Jesse Pretorius 2017-05-02 13:13:29 +01:00
parent 96153c5b32
commit c61017d758
2 changed files with 3 additions and 3 deletions

View File

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