Run inventory-manage.py from the ansible-runtime venv

bootstrap-ansible installs prettytables in the ansible-runtime
venv. inventory-manage.py requires prettytables, so should use
the venv.

Change-Id: I5bcc8f78ec8a1a175f0bfae3f38101d26e7e3803
This commit is contained in:
Jonathan Rosser 2018-04-30 20:33:08 +00:00
parent f44c115730
commit c0b691ec42
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/opt/ansible-runtime/bin/python
#
# Copyright 2014, Rackspace US, Inc.
#