Browse Source

Fix inconsistent task name

Rodolfo Carvalho 8 years ago
parent
commit
ac4db698d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_preflight/common/tasks/main.yml

+ 1 - 1
roles/openshift_preflight/common/tasks/main.yml

@@ -8,7 +8,7 @@
       register: r
 
     - set_fact:
-        oo_preflight_check_results: "{{ oo_preflight_check_results + [r|combine({'_task': 'check content available on all hosts'})] }}"
+        oo_preflight_check_results: "{{ oo_preflight_check_results + [r|combine({'_task': 'determine if yum update will work'})] }}"
 
     - name: determine if expected version matches what is available
       aos_version: