Commit 4ae80dcc by ansible

no message

1 parent 709c73a8
---
- hosts: 04_upload-software-stack
become: true
tasks:
- copy:
src: /tmp/source
dest: /tmp
mode: 0755
\ No newline at end of file
---
- hosts: 04_upload-software-stack-configuration
become: true
tasks:
- 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!