diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-22 14:31:27 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-22 14:31:27 -0400 |
commit | 7b5445d93867823634c74a7d1f329dd944c039e2 (patch) | |
tree | e9e5e451a7a88913c300e91c0a3230df3a79c092 /roles | |
parent | da13416756f4f898a556e44fa54f4fdd7c379f17 (diff) | |
parent | 46879ab6e7425804471a3902fda85a5085b88655 (diff) | |
download | openshift-7b5445d93867823634c74a7d1f329dd944c039e2.tar.gz openshift-7b5445d93867823634c74a7d1f329dd944c039e2.tar.bz2 openshift-7b5445d93867823634c74a7d1f329dd944c039e2.tar.xz openshift-7b5445d93867823634c74a7d1f329dd944c039e2.zip |
Merge pull request #728 from sdodson/fix-examples
Fix openshift_examples
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_examples/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/tasks/main.yml b/roles/openshift_examples/tasks/main.yml index ef98237cd..40b7a5d6e 100644 --- a/roles/openshift_examples/tasks/main.yml +++ b/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 |