summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/roles/trove-setup/tasks/check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/trove-setup/tasks/check.yml b/ansible/roles/trove-setup/tasks/check.yml
index 1495b4b..3aeb48a 100644
--- a/ansible/roles/trove-setup/tasks/check.yml
+++ b/ansible/roles/trove-setup/tasks/check.yml
@@ -26,7 +26,7 @@
- fail: msg='WORKER_SSH_PUBKEY is mandatory'
when: WORKER_SSH_PUBKEY is not defined
-- set_fact: UPSTREAM_TROVE_PROTOCOL=ssh
+- set_fact: UPSTREAM_TROVE_PROTOCOL=http
when: UPSTREAM_TROVE_PROTOCOL is not defined
- set_fact: TROVE_HOSTNAME={{ TROVE_ID }}