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
Thanks for the information.
FOS Ansible 1.3.4 supports Ansible version 2.7 only. In FOS Ansible 2.0.0, will support latest Ansible version.
We are replacing python3 with python, that also works with the latest Ansible version. Please let us know if you see any issues.
I have a problem with ansible 2.17.4 on MacOS. It says "/bin/sh: /usr/bin/env python3: No such file or directory\n"
Error:
I think the problem is here with quoting:
EXEC /bin/sh -c ''"'"'/usr/bin/env python3'"'"' ...
Reproduce:
Ansible seems to try to run "/usr/bin/env python3" as binary with space "env python3".
The solutions is just to remove "#!/usr/bin/env python3" in the first line of .py files
The text was updated successfully, but these errors were encountered: