#Ansible AWX-AIQUM connectivity issue? Some jobs work but some fail regularly with below error msg

1 messages · Page 1 of 1 (latest)

idle shore
#

TASK [core_elements/netapp/na_aiqum_volume : Retrieving AIQUM Volume Information: svm-b102:epic_dr_3] ***
fatal: [127.0.0.1]: FAILED! => {"msg": "The conditional check 'aiqum_valid_volume_output.json.num_records != 1' failed. The error was: error while evaluating conditional (aiqum_valid_volume_output.json.num_records != 1): 'dict object' has no attribute 'json'"}

fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": ["Failure validating production environment.", "Please compare your configuration file to the live configuration."]}

Ansible AWX is deployed to backup EPIC application. Ansible AWX first connects to AIQUM and then creates the snapshot on storage to create a backup for a reliable refresh mechanism of the environment.

Can anyone suggest what could be wrong? Or where should I be looking at?