From 3ef2194a42b1e9c17b429339bab2e0b864e07c3e Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Sat, 29 Jan 2022 22:31:28 +0000 Subject: [PATCH] add local install warning --- roles/local/tasks/prompts.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/local/tasks/prompts.yml b/roles/local/tasks/prompts.yml index fa085ec..75310d4 100644 --- a/roles/local/tasks/prompts.yml +++ b/roles/local/tasks/prompts.yml @@ -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):