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
ea5e07057a
commit
2096bc6d96
@ -1,14 +1,7 @@
|
||||
- block:
|
||||
- name: Create credentials Folder
|
||||
file:
|
||||
path: /credentials
|
||||
state: directory
|
||||
|
||||
- name: Create a symbolic link of app
|
||||
file:
|
||||
src: "{{installpath}}/{{appname}}/.env"
|
||||
dest: "/credentials/password.txt"
|
||||
state: link
|
||||
- name: Create credentials Folder
|
||||
file:
|
||||
path: /credentials
|
||||
state: directory
|
||||
|
||||
- name: Copy Init Script
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user