Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Other
171
stars
145
forks
source link
ansible-for-nsxt don't work on ansible-core: 2.17.1 or above #508
modules in ansible-for-nsxt don't work with error message: fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "/bin/sh: 1: /usr/bin/env python: not found\n", "module_stdout": "", "msg": "The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error", "rc": 127}
Describe the bug
modules in ansible-for-nsxt don't work with error message: fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "/bin/sh: 1: /usr/bin/env python: not found\n", "module_stdout": "", "msg": "The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error", "rc": 127}
Reproduction steps
1. 2. 3. ...
Expected behavior
work them correctly
Additional context
https://github.com/ansible/ansible/issues/83476