summaryrefslogtreecommitdiff
path: root/run-workers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-workers.sh')
-rwxr-xr-xrun-workers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-workers.sh b/run-workers.sh
index 99cdf61..450ee9f 100755
--- a/run-workers.sh
+++ b/run-workers.sh
@@ -6,7 +6,7 @@ set -eu
controller_domain="$1"
shift 1
-ansible-playbook -i hosts ick-workers.yml \
+ansible-playbook -i hosts.e5-workers ick-workers.yml \
-e "controller_domain=$controller_domain" \
-e "apt_domain=$controller_domain" \
-e @liw.yml \