This commit is contained in:
Cory Hawkless 2020-12-01 00:31:42 +10:30
parent 0beee341b9
commit 80c168d76b
1 changed files with 7 additions and 7 deletions

View File

@ -23,12 +23,12 @@
- name: "Copy OVN binaries" - name: "Copy OVN binaries"
copy: copy:
src: "{{item}}" src: "ubuntu20/{{item}}"
dest: "/tmp/{{item}}" dest: "/tmp/{{item}}"
with_items: with_items:
- ubuntu20/libopenvswitch_2.14.0-1_amd64.deb - libopenvswitch_2.14.0-1_amd64.deb
- ubuntu20/openvswitch-common_2.14.0-1_amd64.deb - openvswitch-common_2.14.0-1_amd64.deb
- ubuntu20/openvswitch-switch_2.14.0-1_amd64.deb - openvswitch-switch_2.14.0-1_amd64.deb
when: force_new_ovs_download == True when: force_new_ovs_download == True
@ -71,10 +71,10 @@
- name: "Copy OVN binaries" - name: "Copy OVN binaries"
copy: copy:
src: "{{item}}" src: "ubuntu20/{{item}}"
dest: "/tmp/{{item}}" dest: "/tmp/{{item}}"
with_items: with_items:
- ubuntu20/ovn_20.06.0-1_amd64.deb - ovn_20.06.0-1_amd64.deb
when: force_new_ovn_download == True when: force_new_ovn_download == True
- name: "Install packages" - name: "Install packages"