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
|
- name: Create a symbolic link of app
|
||||||
file:
|
file:
|
||||||
src: "{{installpath}}/{{item}}/.env"
|
src: "{{installpath}}/{{appname}}/.env"
|
||||||
dest: "/credentials/{{item}}_password.txt"
|
dest: "/credentials/password.txt"
|
||||||
state: link
|
state: link
|
||||||
loop: "{{applist.stdout_lines}}"
|
|
||||||
|
|
||||||
- name: Copy Init Script
|
- name: Copy Init Script
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user