mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-26 12:33:09 +08:00
6 lines
273 B
YAML
6 lines
273 B
YAML
- name: Install {{appname}}
|
|
shell: wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - > /tmp/password.txt 2>&1
|
|
|
|
- name: Output version
|
|
shell: echo "fastpanel version refer to https://fastpanel.direct/changelog" >> /data/logs/install_version.txt
|