You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS_S3 is different from the other services because it has no instances.
For this reason update_role_config_group.yml fails with the following error:
TASK [cloudera.cluster.cluster : Update service role configs] ************************************************************************************************************************************************************************************************
fatal: [cm001.cdp.lan]: FAILED! => {"msg": "Invalid data passed to 'loop', it requires a list, got this instead: . Hint: If you passed a list/dict of just one element, try adding wantlist=True to your lookup invocation or use q/query instead of lookup."}
PLAY RECAP ***************************************************************************************************************************************************************************************************************************************************
because the loop variable "{{ role_mappings[service] }}" is empty.
I assume that the same issue also exists with ADLS Connector. It also has no instance.
Regards
Uli
The text was updated successfully, but these errors were encountered:
Hi all,
AWS_S3 is different from the other services because it has no instances.
For this reason update_role_config_group.yml fails with the following error:
because the loop variable "{{ role_mappings[service] }}" is empty.
I assume that the same issue also exists with ADLS Connector. It also has no instance.
Regards
Uli
The text was updated successfully, but these errors were encountered: