Skip to content

Commit

Permalink
fix azcollection installation (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhang3 authored Jan 25, 2024
1 parent 51b5130 commit d58f4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ RUN chmod 755 /usr/local/bin/ansible* \
&& cd /opt \
&& virtualenv -p python3 ansible \
&& /bin/bash -c "source ansible/bin/activate && pip3 install ansible && pip3 install pywinrm\>\=0\.2\.2 && deactivate" \
&& ansible-galaxy collection install azure.azcollection -p /usr/share/ansible/collections
&& ansible-galaxy collection install azure.azcollection --force -p /usr/share/ansible/collections

# Install latest version of Istio
ENV ISTIO_ROOT /usr/local/istio-latest
Expand Down

0 comments on commit d58f4fa

Please sign in to comment.