Browse Source

Fix openshift_examples

Scott Dodson 9 years ago
parent
commit
46879ab6e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_examples/tasks/main.yml

+ 1 - 1
roles/openshift_examples/tasks/main.yml

@@ -9,7 +9,7 @@
   command: >
     {{ openshift.common.client_binary }} {{ openshift_examples_import_command }} -n openshift -f {{ rhel_image_streams }}
   when: openshift_examples_load_rhel
-  register: oex_import_rhel_streams | bool
+  register: oex_import_rhel_streams
   failed_when: "'already exists' not in oex_import_rhel_streams.stderr and oex_import_rhel_streams.rc != 0"
   changed_when: false