websoft9/apps/roles/fastpanel/tasks/main.yml

6 lines
273 B
YAML
Raw Normal View History

2022-09-06 16:05:56 +08:00
- name: Install {{appname}}
2022-09-06 17:43:00 +08:00
shell: wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - > /tmp/password.txt 2>&1
2022-09-06 16:21:19 +08:00
- name: Output version
2022-09-06 16:34:34 +08:00
shell: echo "fastpanel version refer to https://fastpanel.direct/changelog" >> /data/logs/install_version.txt