Set ansible_python_interpreter for bridge.o.o

We don't have python2 on bridge.o.o, force python3.

Change-Id: Ie8eb68007c0854329cf3757e577ebcbfd40ed8aa
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-04-02 09:43:39 -04:00
parent 0e206c8ce5
commit e2c4d9b3ad
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- name: Add bridge.o.o to inventory
add_host:
name: bridge.openstack.org
ansible_python_interpreter: python3
ansible_user: zuulcd
- hosts: localhost