We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c74dd3 commit 76905efCopy full SHA for 76905ef
1 file changed
playbooks/tasks/configure_operators.yaml
@@ -20,6 +20,7 @@
20
- name: "Update operator versions"
21
ansible.builtin.shell: |
22
python ../scripts/operator_update.py "{{ [storage_operators[blockStorageBackend]] + operators }}" "False"
23
+ register: operator_update_result
24
25
- name: Print the output
26
ansible.builtin.debug:
0 commit comments