Update main.yml

This commit is contained in:
qiaofeng1227 2022-09-06 17:44:14 +08:00 committed by GitHub
parent 8bf91739e6
commit b88f6e30fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
- name: Create credentials Folder
file:
path: /credentials
state: directory
- name: Install {{appname}}
shell: wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - > /tmp/password.txt 2>&1
shell: wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - > /credentials/password.txt 2>&1
- name: Output version
shell: echo "fastpanel version refer to https://fastpanel.direct/changelog" >> /data/logs/install_version.txt