diff options
| -rw-r--r-- | roles/openshift_examples/tasks/main.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/openshift_examples/tasks/main.yml b/roles/openshift_examples/tasks/main.yml index da8f603d7..bfc6dfb0a 100644 --- a/roles/openshift_examples/tasks/main.yml +++ b/roles/openshift_examples/tasks/main.yml @@ -1,6 +1,8 @@  ---  - name: Copy openshift examples -  synchronize: src=examples dest=/usr/share/openshift +  copy: +    src: examples +    dest: /usr/share/openshift  # RHEL and Centos image streams are mutually exclusive  - name: Import RHEL streams  | 
