aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy
index da3357b..7b9e05e 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -287,7 +287,7 @@ if [ -e "$HYDRA_FOLDER/ansible/ansible.cfg" ]; then
# Build ansible args
if [ ! -z "$SSH_USER" ]; then
- # Avoid ESTABLISH SSH CONNECTION FOR USER: None
+ # Avoid ESTABLISH SSH CONNECTION FOR USER: None (use -vvvv to check if you get this message)
# See https://stackoverflow.com/questions/35024576/establish-ssh-connection-for-user-none-when-specify-a-single-host-on-the-comman#40610316
ANSIBLE_ARGS="-e ansible_user=$SSH_USER"
else