Note for virtual environment users (#64040)

This commit is contained in:
brasswood 2019-10-31 10:47:09 -05:00 committed by Sandra McCann
parent 63ce7d57b1
commit 090dca7569

View file

@ -65,6 +65,10 @@ The flags in this command set seven values:
NOTE: If you use ``ssh-agent`` with ssh keys, Ansible loads them automatically. You can omit ``-k`` flag.
.. note::
If you are running Ansible in a virtual environment, you will also need to add the variable ``ansible_python_interpreter=/path/to/venv/bin/python``
Create and Run Your First Network Ansible Playbook
==================================================