Skip to content

Commit

Permalink
Docker: update sastre ansible collection
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed May 29, 2024
1 parent b8fc8ea commit 6d6a495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV ANSIBLE_REMOTE_TMP=/tmp

RUN git clone https://github.com/CiscoDevNet/sastre-ansible /tmp/sastre-ansible && \
ansible-galaxy collection build /tmp/sastre-ansible/cisco/sastre --output-path /tmp/sastre-ansible && \
ansible-galaxy collection install -f /tmp/sastre-ansible/cisco-sastre-1.0.19.tar.gz && \
ansible-galaxy collection install -f /tmp/sastre-ansible/cisco-sastre-1.0.20.tar.gz && \
rm -fr /tmp/sastre-ansible

COPY sdwan_config_builder/ /tmp/sdwan_config_builder/
Expand Down

0 comments on commit 6d6a495

Please sign in to comment.