mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
add local install warning
This commit is contained in:
parent
4b1081b7b8
commit
3ef2194a42
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
|||
---
|
||||
- pause:
|
||||
prompt: "{{ item }}"
|
||||
when: not tests|default(false)|bool
|
||||
with_items: |
|
||||
Local installation might break your server. Use at your own risk.
|
||||
(https://trailofbits.github.io/algo/deploy-to-ubuntu.html)
|
||||
|
||||
Proceed? Press ENTER to continue or CTRL+C and A to abort...
|
||||
|
||||
- pause:
|
||||
prompt: |
|
||||
Enter the IP address of your server: (or use localhost for local installation):
|
||||
|
|
Loading…
Add table
Reference in a new issue