mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 00:47:29 -02:30
Merge pull request #5349 from ansible/only_one
[4.1] Allow testing a single hybrid instance like the good old days
This commit is contained in:
@@ -113,4 +113,5 @@
|
|||||||
src: "receptor-worker.conf.j2"
|
src: "receptor-worker.conf.j2"
|
||||||
dest: "{{ sources_dest }}/receptor/receptor-worker-{{ item }}.conf"
|
dest: "{{ sources_dest }}/receptor/receptor-worker-{{ item }}.conf"
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
with_sequence: start=1 end={{ execution_node_count }}
|
with_sequence: start=1 end={{ execution_node_count if execution_node_count | int > 0 else 1}}
|
||||||
|
when: execution_node_count | int > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user