|
@@ -17,7 +17,7 @@
|
|
|
run_once: True
|
|
|
|
|
|
- name: Chmod local temp dir for OpenShift examples copy
|
|
|
- local_action: command chmod 777 "{{ copy_examples_mktemp.stdout }}"
|
|
|
+ local_action: file path="{{ copy_examples_mktemp.stdout }}" mode=0777
|
|
|
run_once: True
|
|
|
|
|
|
- name: Create tar of OpenShift examples
|
|
@@ -28,7 +28,7 @@
|
|
|
warn: no
|
|
|
|
|
|
- name: Chmod local temp dir for OpenShift examples copy
|
|
|
- local_action: command chmod 744 "{{ copy_examples_mktemp.stdout }}/openshift-examples.tar"
|
|
|
+ local_action: file path="{{ copy_examples_mktemp.stdout }}/openshift-examples.tar" mode=0744
|
|
|
run_once: True
|
|
|
|
|
|
- name: Create the remote OpenShift examples directory
|