This commit is contained in:
parent
0beee341b9
commit
80c168d76b
|
@ -23,12 +23,12 @@
|
|||
|
||||
- name: "Copy OVN binaries"
|
||||
copy:
|
||||
src: "{{item}}"
|
||||
src: "ubuntu20/{{item}}"
|
||||
dest: "/tmp/{{item}}"
|
||||
with_items:
|
||||
- ubuntu20/libopenvswitch_2.14.0-1_amd64.deb
|
||||
- ubuntu20/openvswitch-common_2.14.0-1_amd64.deb
|
||||
- ubuntu20/openvswitch-switch_2.14.0-1_amd64.deb
|
||||
- libopenvswitch_2.14.0-1_amd64.deb
|
||||
- openvswitch-common_2.14.0-1_amd64.deb
|
||||
- openvswitch-switch_2.14.0-1_amd64.deb
|
||||
when: force_new_ovs_download == True
|
||||
|
||||
|
||||
|
@ -71,10 +71,10 @@
|
|||
|
||||
- name: "Copy OVN binaries"
|
||||
copy:
|
||||
src: "{{item}}"
|
||||
src: "ubuntu20/{{item}}"
|
||||
dest: "/tmp/{{item}}"
|
||||
with_items:
|
||||
- ubuntu20/ovn_20.06.0-1_amd64.deb
|
||||
- ovn_20.06.0-1_amd64.deb
|
||||
when: force_new_ovn_download == True
|
||||
|
||||
- name: "Install packages"
|
||||
|
|
Loading…
Reference in New Issue