We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d067c54 commit df2a10aCopy full SHA for df2a10a
1 file changed
playbooks/tasks/deploy_plugin.yaml
@@ -135,6 +135,7 @@
135
when:
136
- plugin.registries is defined
137
- plugin.mirror | default('none') in ['core', 'plugin']
138
+ - plugin.operators | default([]) | length > 0
139
- disconnected | default(true) | bool
140
tags: mirror
141
@@ -149,7 +150,7 @@
149
150
loop_control:
151
loop_var: operator
152
- - plugin.operators is defined
153
154
- plugin.installOperators | default(true)
155
tags: operators
156
0 commit comments