Skip to content

Commit

Permalink
use latest commit of ansible-for-nsxt
Browse files Browse the repository at this point in the history
* fixes an issue with the python shebang usage in ansible
* see vmware/ansible-for-nsxt#509
  • Loading branch information
Knappek committed Nov 21, 2024
1 parent 060a317 commit 559e833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe \
&& ansible-galaxy collection install vmware.alb:22.1.4 \
\
&& echo "****** Adding ansible-for-nsxt from Github ******" \
&& ansible-galaxy collection install git+https://github.com/vmware/ansible-for-nsxt.git,dfbbd0463f834046d2dcd32e70d3e26d6120613a \
&& ansible-galaxy collection install git+https://github.com/vmware/ansible-for-nsxt.git,945980d5f35cfb7ffc62efd8e44ce0c70fb45c68 \
\
&& echo "****** Cloning ansible-for-vsphere-tanzu ******" \
&& ansible-galaxy collection install git+https://github.com/laidbackware/ansible-for-vsphere-tanzu.git,ansible-galaxy \
Expand Down

0 comments on commit 559e833

Please sign in to comment.