Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roles/deployment/cluster/tasks/update_role_config_group.yml fails if you use AWS_S3 #192

Open
hadoopch opened this issue Jan 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hadoopch
Copy link

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:

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

@wmudge wmudge added the bug Something isn't working label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants