Commit 029d7b85 by ansible

no message

1 parent 989e3a73
Showing with 17 additions and 0 deletions
...@@ -37,4 +37,20 @@ ...@@ -37,4 +37,20 @@
- copy: - copy:
src: /tmp/app-configuration/beebuddy src: /tmp/app-configuration/beebuddy
dest: /tmp/ dest: /tmp/
mode: 0744
- hosts: wdchatdev
become: true
tasks:
- copy:
src: /tmp/app-configuration/default
dest: /tmp/
mode: 0744
- hosts: wdchatsit
become: true
tasks:
- copy:
src: /tmp/app-configuration/default
dest: /tmp/
mode: 0744 mode: 0744
\ 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!