update task names
diff --git a/tasks/main.yml b/tasks/main.yml index 79f4945..fee6f6c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -5,6 +5,6 @@ include: with_no_proxy.yml when: http_proxy is not defined and https_proxy is not defined -- name: Update basic yum os packages with no proxy +- name: Update basic yum os packages with proxy include: with_proxy.yml when: http_proxy is defined and https_proxy is defined
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index 37ce42a..3abcb96 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -1,7 +1,7 @@ --- # tasks file for apigee-opdk-yum-packages -- name: Update basic yum os packages +- name: Update basic yum os packages with no proxy become: yes yum: name: "{{ item }}"
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index 10cba4f..3a84765 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -1,7 +1,7 @@ --- # tasks file for apigee-opdk-yum-packages -- name: Update basic yum os packages +- name: Update basic yum os packages with proxy become: yes yum: name: "{{ item }}"