TOSIT-IO / tdp-collection-extras

Ansible roles to deploy the extra components of TDP
Apache License 2.0
5 stars 13 forks source link

hue: 'dict object' has no attribute 'phoenix_queryserver_daemon' error message #140

Closed kpgtek closed 1 year ago

kpgtek commented 1 year ago

We have the following error when phoenix_queryserver_daemon is not defined in groups:

TASK [tosit.tdp_extra.server : Template hue.ini] *******************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'dict object' has no attribute 'phoenix_queryserver_daemon'. 'dict object' has no attribute 'phoenix_queryserver_daemon'
fatal: [edge-01]: FAILED! => {
    "changed": false
}

MSG:

AnsibleUndefinedVariable: 'dict object' has no attribute 'phoenix_queryserver_daemon'. 'dict object' has no attribute 'phoenix_queryserver_daemon'

NO MORE HOSTS LEFT *************************************************************

PLAY RECAP *********************************************************************
edge-01                : ok=5    changed=2    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   

Error: Deployment didn't finish with success: final state Failure