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 4c17035 commit 70c89fcCopy full SHA for 70c89fc
ibm/mas_devops/roles/db2/tasks/install/main.yml
@@ -151,7 +151,7 @@
151
name: ibm-registry
152
namespace: "{{ db2_namespace }}"
153
data:
154
- .dockerconfigjson: "{{ new_secret | b64encode }}"
+ .dockerconfigjson: "{{ new_secret | to_json | string | b64encode }}"
155
register: secretUpdateResult
156
157
- name: "Delete old db2 subscription, operand request and csv from {{ ibm_common_services_namespace }}"
0 commit comments