We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12967db commit 33fa205Copy full SHA for 33fa205
controls/roles/update-services/tasks/update-service.yml
@@ -11,8 +11,7 @@
11
12
- name: Check service is in update list
13
set_fact:
14
- service_exists: true
15
- when: service_configuration.service in update_data[service_configuration.network]
+ service_exists: "{{ service_configuration.service in update_data[service_configuration.network] | default({}) }}"
16
17
- name: Extract docker image and version
18
0 commit comments