Commit 709c73a8 by ansible

no message

1 parent 3087555d
......@@ -8,4 +8,16 @@
copy:
src: /tmp/app-configuration/{{ customer_name }}
dest: /tmp/
mode: 0744
\ No newline at end of file
mode: 0744
- name: Upload System Software Stack
copy:
src: /tmp/source
dest: /tmp
mode: 0755
- name: Upload System Configuration for Software Stack
copy:
src: /tmp/configuration
dest: /tmp
mode: 0711
\ No newline at end of file
......@@ -8,4 +8,16 @@
copy:
src: /tmp/app-configuration/{{ customer_name }}
dest: /tmp/
mode: 0744
\ No newline at end of file
mode: 0744
- name: Upload System Software Stack
copy:
src: /tmp/source
dest: /tmp
mode: 0755
- name: Upload System Configuration for Software Stack
copy:
src: /tmp/configuration
dest: /tmp
mode: 0711
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!