|
@@ -6,8 +6,8 @@
|
|
|
# AUDIT:changed_when: not set here because this task actually
|
|
|
# creates something
|
|
|
|
|
|
-- name: Create local temp dir for OpenShift examples copy
|
|
|
- local_action: command chmod 755 "{{ copy_hosted_templates_mktemp.stdout }}"
|
|
|
+- name: Chmod local temp dir for OpenShift examples copy
|
|
|
+ local_action: command chmod 777 "{{ copy_hosted_templates_mktemp.stdout }}"
|
|
|
run_once: True
|
|
|
|
|
|
- name: Create tar of OpenShift examples
|
|
@@ -17,7 +17,7 @@
|
|
|
# Consider using unarchive module rather than running tar
|
|
|
warn: no
|
|
|
|
|
|
-- name: Create local temp dir for OpenShift examples copy
|
|
|
+- name: Chmod local tar of OpenShift examples
|
|
|
local_action: command chmod 744 "{{ copy_hosted_templates_mktemp.stdout }}/openshift-hosted-templates.tar"
|
|
|
run_once: True
|
|
|
|