Update main.yml
This commit is contained in:
parent
108d29df08
commit
344a64f10e
1 changed files with 2 additions and 3 deletions
|
@ -6,10 +6,9 @@
|
|||
|
||||
- name: Create a symbolic link of app
|
||||
file:
|
||||
src: "{{installpath}}/{{item}}/.env"
|
||||
dest: "/credentials/{{item}}_password.txt"
|
||||
src: "{{installpath}}/{{appname}}/.env"
|
||||
dest: "/credentials/password.txt"
|
||||
state: link
|
||||
loop: "{{applist.stdout_lines}}"
|
||||
|
||||
- name: Copy Init Script
|
||||
template:
|
||||
|
|
Loading…
Add table
Reference in a new issue