浏览代码

Use copy instead of synchronize

* synchronize failed for a number of users
Jhon Honce 9 年之前
父节点
当前提交
8ea29b0096
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      roles/openshift_examples/tasks/main.yml

+ 3 - 1
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