Update application.yml
This commit is contained in:
parent
90755f9fe8
commit
5935fb536a
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
- name: Change Public IP for http_url if APP_URL_REPLACE=true
|
- name: Change Public IP for http_url if APP_URL_REPLACE=true
|
||||||
shell: |
|
shell: |
|
||||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/changeIP.sh
|
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/change_ip.sh
|
||||||
bash changeIP.sh "{{appname}}"
|
bash change_ip.sh "{{appname}}"
|
||||||
rm -f changeIP.sh
|
rm -f change_ip.sh
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: role_common, tags: "role_common" }
|
- { role: role_common, tags: "role_common" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue