cleaned up variables
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index f0fb1b6..e83f431 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -1,9 +1,9 @@
 ---
-- name: Uninstall pre-existing Apigee component with no proxy - {{ component }}
+- name: Install pre-existing Apigee component with no proxy - {{ component }}
   shell: '/bin/bash {{ apigee_service }} {{ component }} install'
   when: opdk_debug_mode is not defined or opdk_debug_mode | trim | lower == 'off'
 
-- name: DEBUG_MODE - Uninstall pre-existing Apigee component with no proxy - {{ component }}
+- name: DEBUG_MODE - Install pre-existing Apigee component with no proxy - {{ component }}
   shell: '/bin/bash -x {{ apigee_service }} {{ component }} install'
   when: opdk_debug_mode is defined and opdk_debug_mode | trim | lower == 'on'