Commit 9cd4223 1 parent fc9cfd3 commit 9cd4223 Copy full SHA for 9cd4223
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ENV ANSIBLE_REMOTE_TMP=/tmp
45
45
46
46
RUN git clone https://github.com/CiscoDevNet/sastre-ansible /tmp/sastre-ansible && \
47
47
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.16 .tar.gz && \
48
+ ansible-galaxy collection install -f /tmp/sastre-ansible/cisco-sastre-1.0.19 .tar.gz && \
49
49
rm -fr /tmp/sastre-ansible
50
50
51
51
COPY sdwan_config_builder/ /tmp/sdwan_config_builder/
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ ansible==9.1.*
2
2
ansible-lint == 6.22.2
3
3
ansible-virl == 0.0.7
4
4
netaddr
5
- pydantic >= 1.10 ,< 2
6
5
viptela == 0.3.9
7
6
virl2_client == 2.5.0
8
- cisco-sdwan == 1.22
7
+ cisco-sdwan == 1.23
9
8
10
9
# pytz is required by netbox.netbox.nb_inventory
11
10
pytz
You can’t perform that action at this time.
0 commit comments