Open austlane opened 1 year ago
@austlane, 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.
The
vmware.ansible-for-nsxt
module currently breaks ansible module convention by using theenv
shebang.From the Ansible Docs:
On machines without a symlink from
python
topython3
, the current implementation is broken.With this change, the python interpreter is selected by the
ansible_python_interpreter
.See: