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
49 stars 88 forks source link

Issue while setting up doclinks using suite_manage_doclinks_config role #1232

Open whoiscnu opened 8 months ago

whoiscnu commented 8 months ago

Hello Team,

While executing doclinks setup role for AWS provider facing the below error. Please validate if this working fine.

export ROLE_NAME=suite_manage_doclinks_config && ansible-playbook ibm.mas_devops.run_role

**TASK [ibm.mas_devops.suite_manage_doclinks_config : Set Manage bundle server properties for aws/ibm] ***** fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'serverBundles'. 'dict object' has no attribute 'serverBundles'\n\nThe error appears to be in '/home/ssm-user/.ansible/collections/ansible_collections/ibm/mas_devops/roles/suite_manage_doclinks_config/tasks/setup-manage-doclinks.yml': line 61, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Set Manage bundle server properties for aws/ibm\n ^ here\n"}**

NO MORE HOSTS LEFT ***

PLAY RECAP *** localhost : ok=98 changed=23 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0

whoiscnu commented 7 months ago

MAS_Doclinks1.txt Ansible Role Output

whoiscnu commented 7 months ago

De-activated and Activated Manage App and doclinks role executed fine. The issue is see system properties being set or ManageWorkSpace details changed with doclinks configurations

andrercm commented 7 months ago

@alequint @Aymen-Ben-S can you help look at it? We need to ensure the attachments role is back to a working state.

JonahLuckett commented 2 months ago

@andrercm was this issue solved by https://github.com/ibm-mas/ansible-devops/pull/1319 ?