Skip to content

Commit 70c89fc

Browse files
[patch] Provide support for new version of Ansible and the older versions - DB2 role
1 parent 4c17035 commit 70c89fc

File tree

1 file changed

+1
-1
lines changed
  • ibm/mas_devops/roles/db2/tasks/install

1 file changed

+1
-1
lines changed

ibm/mas_devops/roles/db2/tasks/install/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
name: ibm-registry
152152
namespace: "{{ db2_namespace }}"
153153
data:
154-
.dockerconfigjson: "{{ new_secret | b64encode }}"
154+
.dockerconfigjson: "{{ new_secret | to_json | string | b64encode }}"
155155
register: secretUpdateResult
156156

157157
- name: "Delete old db2 subscription, operand request and csv from {{ ibm_common_services_namespace }}"

0 commit comments

Comments
 (0)