You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WARNING]: * Failed to parse /root/forklift/inventories/vagrant.py with script plugin: Inventory script (/root/forklift/inventories/vagrant.py) had an execution error: Traceback (most recent call last): File
"/root/forklift/inventories/vagrant.py", line 6, in <module> import paramiko ImportError: No module named paramiko
[WARNING]: * Failed to parse /root/forklift/inventories/vagrant.py with ini plugin: /root/forklift/inventories/vagrant.py:4: Expected key=value host variable assignment, got: argparse
[WARNING]: Unable to parse /root/forklift/inventories/vagrant.py as an inventory source
I assume this can be solved by changing forklift/containers/ansible.cfg.
The text was updated successfully, but these errors were encountered:
jhutar
changed the title
when I'm attemoting to run containerized setup and I do not have vagrant installed, I'm getting a warning
when I'm attempting to run containerized setup and I do not have vagrant installed, I'm getting a warning
Jul 26, 2018
Paramiko is a python library. Vagrant doesn't ship anything Python but I thought that Ansible pulled in paramiko. There is a which vagrant call in the script so it should already work efficiently when vagrant is not present.
I assume this can be solved by changing
forklift/containers/ansible.cfg
.The text was updated successfully, but these errors were encountered: