Closed AllRWeak closed 5 days ago
@AllRWeak, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
@AllRWeak, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
When will this PR get merged?
@ggverma when will this be merged?
When will this be merged?
This issue did take some time to figure out what problem was. When will this be merged?
when this will be merged?
Thank you for merging this PR!
Staring from Ansible 2.17.1 modules in this collection are unable the find the Python interpreter. According to This issue https://github.com/ansible/ansible/issues/83603 and Ansible development guide https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#python-shebang-utf-8-coding all modules should start with
#!/usr/bin/python
This PR replaces
#!/usr/bin/env python
with#!/usr/bin/python
in all modules to make sure they match with Ansible module format and fixes https://github.com/vmware/ansible-for-nsxt/issues/508This fix has also been tested on Ansible 2.17.0 to make sure it's also backwards compatible.