| Here's the tail of the ansible log:
PLAY [metrics-apb playbook to unbind the application] ************************** |
|
TASK [ansible.kubernetes-modules : Install latest openshift client] ************ |
skipping: [localhost] |
|
TASK [ansibleplaybookbundle.asb-modules : debug] ******************************* |
skipping: [localhost] |
|
TASK [unbind-metrics-apb : Delete metrics-grdryn-test secret] ****************** |
changed: [localhost] |
|
TASK [unbind-metrics-apb : set_fact] ******************************************* |
fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'metricsInstanceName'\n\nThe error appears to have been in '/opt/ansible/roles/unbind-metrics-apb/tasks/main.yml': line 8, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# Remove annotation from mobile client\n- set_fact:\n ^ here\n"} |
|
PLAY RECAP ********************************************************************* |
localhost : ok=1 changed=1 unreachable=0 failed=1
|
|