Default to 0 execution nodes in dev env

This commit is contained in:
Shane McDonald
2022-11-15 15:22:05 -05:00
parent 2fdce43f9e
commit 968c316c0c
2 changed files with 4 additions and 2 deletions

View File

@@ -128,6 +128,8 @@
src: "receptor-hop.conf.j2"
dest: "{{ sources_dest }}/receptor/receptor-hop.conf"
mode: '0600'
when:
- execution_node_count | int > 0
- name: Render Receptor Worker Config(s)
template: