Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use latest commit of ansible-for-nsxt #24

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ Software dependencies for Linux:
```
ansible-galaxy collection install community.vmware:4.5.0 --force
ansible-galaxy collection install vmware.alb:22.1.4 --force
ansible-galaxy collection install git+https://github.com/vmware/ansible-for-nsxt.git,dfbbd0463f834046d2dcd32e70d3e26d6120613a --force
ansible-galaxy collection install git+https://github.com/vmware/ansible-for-nsxt.git,945980d5f35cfb7ffc62efd8e44ce0c70fb45c68 --force
ansible-galaxy collection install git+https://github.com/laidbackware/ansible-for-vsphere-tanzu.git,ansible-galaxy --force
```
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
Loading