Terminology update
This commit is contained in:
parent
940ccaed81
commit
824999d15c
|
@ -25,7 +25,7 @@
|
|||
debug: msg="NOT Installing OpenVSwitch, MD5 sum matches"
|
||||
when: not force_new_ovs_download
|
||||
|
||||
- name: "Copy OVN binaries"
|
||||
- name: "Copy OpenVSwitch packages"
|
||||
copy:
|
||||
src: "ubuntu20/{{ item }}"
|
||||
dest: "/tmp/{{ item }}"
|
||||
|
@ -35,10 +35,7 @@
|
|||
- openvswitch-switch_2.14.0-1_amd64.deb
|
||||
when: force_new_ovs_download
|
||||
|
||||
|
||||
|
||||
|
||||
- name: "Install packages"
|
||||
- name: "Install OpenVSwitch packages"
|
||||
apt:
|
||||
deb: "{{ item }}"
|
||||
with_items:
|
||||
|
@ -73,7 +70,7 @@
|
|||
- debug: msg="NOT Installing OVN, MD5 sum matches"
|
||||
when: not force_new_ovn_download and use_ovn
|
||||
|
||||
- name: "Copy OVN binaries"
|
||||
- name: "Copy OVN packages"
|
||||
copy:
|
||||
src: "ubuntu20/{{ item }}"
|
||||
dest: "/tmp/{{ item }}"
|
||||
|
@ -81,7 +78,7 @@
|
|||
- ovn_20.06.0-1_amd64.deb
|
||||
when: force_new_ovn_download and use_ovn
|
||||
|
||||
- name: "Install packages"
|
||||
- name: "Install OVN packages"
|
||||
apt:
|
||||
deb: "{{ item }}"
|
||||
with_items:
|
||||
|
|
Loading…
Reference in New Issue