From 824999d15cb0c79ef3c028f4fa86ab653e9e78f8 Mon Sep 17 00:00:00 2001 From: Cory Hawkless Date: Mon, 8 Mar 2021 11:02:15 +1030 Subject: [PATCH] Terminology update --- tasks/ubuntu20.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tasks/ubuntu20.yml b/tasks/ubuntu20.yml index 398c5eb..3676464 100644 --- a/tasks/ubuntu20.yml +++ b/tasks/ubuntu20.yml @@ -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: