This commit is contained in:
parent
80c168d76b
commit
032cb21d63
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- name: "Copy OVN binaries"
|
- name: "Copy OVN binaries"
|
||||||
copy:
|
copy:
|
||||||
src: "{{item}}"
|
src: "ubuntu18/{{item}}"
|
||||||
dest: "/tmp/{{item}}"
|
dest: "/tmp/{{item}}"
|
||||||
with_items:
|
with_items:
|
||||||
- libopenvswitch_2.13.0-1_amd64.deb
|
- libopenvswitch_2.13.0-1_amd64.deb
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
- name: "Copy OVN binaries"
|
- name: "Copy OVN binaries"
|
||||||
copy:
|
copy:
|
||||||
src: "{{item}}"
|
src: "ubuntu18/{{item}}"
|
||||||
dest: "/tmp/{{item}}"
|
dest: "/tmp/{{item}}"
|
||||||
with_items:
|
with_items:
|
||||||
- ovn_20.06.0-1_amd64.deb
|
- ovn_20.06.0-1_amd64.deb
|
||||||
|
|
Loading…
Reference in New Issue