ibm-mas / ansible-devops

Ansible collection supporting devops for IBM Maximo Application Suite
https://ibm-mas.github.io/ansible-devops/
Eclipse Public License 2.0
48 stars 80 forks source link

[patch] Fix DB2 role to use common_tasks/create_subscription.yml #1285

Closed andrercm closed 2 months ago

andrercm commented 2 months ago

Probably due a back merge, the code that uses template/db2u_subscription.yml.j2 has been added back to the db2 role... this change fixes the code back to use common_tasks/create_subscription.yml to install/update the db2 subscription. Here's the initial commit that added it

With the fix, we'll be updating the subscription channel using same common task that is used during the db2 provisioning: https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/db2/tasks/install/main.yml#L160