mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update main.yml
This commit is contained in:
parent
108d29df08
commit
344a64f10e
@ -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…
Reference in New Issue
Block a user