summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Meyers <chris.meyers.fsu@gmail.com>2021-03-05 13:58:58 +0100
committerChris Meyers <chris.meyers.fsu@gmail.com>2021-03-05 14:00:53 +0100
commit80c2249bdb15d6baddfa47b0097b9897f73ead44 (patch)
tree78e8b5164e0e51ce13fca0f687e2a899f9b356df /Makefile
parentMerge pull request #9471 from chrismeyersfsu/fix-docker_cluster (diff)
downloadawx-80c2249bdb15d6baddfa47b0097b9897f73ead44.tar.xz
awx-80c2249bdb15d6baddfa47b0097b9897f73ead44.zip
default cluster node count env var to 1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a06c32c2de..71375bf1dc 100644
--- a/Makefile
+++ b/Makefile
@@ -534,7 +534,7 @@ awx/projects:
@mkdir -p $@
COMPOSE_UP_OPTS ?=
-CLUSER_NODE_COUNT ?= 1
+CLUSTER_NODE_COUNT ?= 1
docker-compose-sources:
ansible-playbook -i tools/docker-compose/inventory tools/docker-compose/ansible/sources.yml \