fix(ansible): better hint where python interpreter is

This commit is contained in:
John Morrison 2018-05-01 16:27:45 -07:00
Родитель 7c46c03149
Коммит 6a0f6853e7
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1 +1,4 @@
localhost
# improves compatibility with OSX and other OSs with
# non-default system python interpreters
# ref: http://docs.ansible.com/ansible/intro_inventory.html
localhost ansible_python_interpreter="/usr/bin/env python"