Skip to content

Commit 6d6a495

Browse files
committed
Docker: update sastre ansible collection
1 parent b8fc8ea commit 6d6a495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ENV ANSIBLE_REMOTE_TMP=/tmp
4545

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

5151
COPY sdwan_config_builder/ /tmp/sdwan_config_builder/

0 commit comments

Comments
 (0)