mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update main.yml
This commit is contained in:
parent
b88f6e30fc
commit
90dd126f2a
@ -4,7 +4,10 @@
|
||||
state: directory
|
||||
|
||||
- name: Install {{appname}}
|
||||
shell: wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - > /credentials/password.txt 2>&1
|
||||
shell: |
|
||||
wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - > /credentials/tmp 2>&1
|
||||
grep "Login" /credentials/tmp >> /credentials/password.txt
|
||||
grep "Password" /credentials/tmp >> /credentials/password.txt
|
||||
|
||||
- name: Output version
|
||||
shell: echo "fastpanel version refer to https://fastpanel.direct/changelog" >> /data/logs/install_version.txt
|
||||
|
Loading…
Reference in New Issue
Block a user