default cluster node count env var to 1

This commit is contained in:
Chris Meyers
2021-03-05 07:58:58 -05:00
parent f231216584
commit 80c2249bdb
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ awx_image: 'quay.io/ansible/awx_devel'
pg_port: 5432
pg_username: 'awx'
pg_database: 'awx'
cluster_node_count: "{{ lookup('env', 'CLUSTER_COUNT') | default(1, True) }}"
cluster_node_count: 1