Commit 709c73a8 by ansible

no message

1 parent 3087555d
...@@ -9,3 +9,15 @@ ...@@ -9,3 +9,15 @@
src: /tmp/app-configuration/{{ customer_name }} src: /tmp/app-configuration/{{ customer_name }}
dest: /tmp/ dest: /tmp/
mode: 0744 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
...@@ -9,3 +9,15 @@ ...@@ -9,3 +9,15 @@
src: /tmp/app-configuration/{{ customer_name }} src: /tmp/app-configuration/{{ customer_name }}
dest: /tmp/ dest: /tmp/
mode: 0744 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!