Skip to content

Commit 005d106

Browse files
bogdanmuresanLeon Muresan,Bogdan,CH-Lausanne
andauthored
Add missing references to controller_roles in dispatcher defaults (#995)
Co-authored-by: Leon Muresan,Bogdan,CH-Lausanne <[email protected]>
1 parent b5a6ec1 commit 005d106

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- added missing references to controller_roles in dispatcher defaults

roles/dispatch/defaults/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,16 @@ controller_configuration_dispatcher_roles:
166166
- role: controller_schedules
167167
var: controller_schedules
168168
tags: schedules
169+
- role: controller_roles
170+
var: controller_roles
171+
tags: roles
169172
- role: controller_job_launch
170173
var: controller_launch_jobs
171174
tags: job_launch
172175
- role: controller_workflow_launch
173176
var: controller_workflow_launch_jobs
174177
tags: workflow_launch
178+
175179
eda_configuration_dispatcher_roles:
176180
- role: eda_credential_types
177181
var: eda_credential_types

0 commit comments

Comments
 (0)