-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
keycloak_clientscope_type: changes are not detected in check mode #9092
Comments
Files identified in the description: If these files are incorrect, please update the |
ansibullbot
added
bug
This issue/PR relates to a bug
module
module
plugins
plugin (any type)
labels
Oct 31, 2024
witrdotnet
added a commit
to witrdotnet/community.general
that referenced
this issue
Nov 1, 2024
witrdotnet
added a commit
to witrdotnet/community.general
that referenced
this issue
Nov 1, 2024
witrdotnet
added a commit
to witrdotnet/community.general
that referenced
this issue
Nov 1, 2024
felixfontein
added a commit
that referenced
this issue
Nov 3, 2024
* fix check_mode on set keycloak client scope type (#9092) * add changelog fragment (#9092) * update changelog fragment (#9092) * compact code: make one line conditions with list comprehension and any() Co-authored-by: Alexei Znamensky <[email protected]> * fix syntax error: remove extra ')' * fix changelog fragment type Co-authored-by: Felix Fontein <[email protected]> * add issue's link in changelog fragment Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Alexei Znamensky <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
patchback bot
pushed a commit
that referenced
this issue
Nov 3, 2024
* fix check_mode on set keycloak client scope type (#9092) * add changelog fragment (#9092) * update changelog fragment (#9092) * compact code: make one line conditions with list comprehension and any() Co-authored-by: Alexei Znamensky <[email protected]> * fix syntax error: remove extra ')' * fix changelog fragment type Co-authored-by: Felix Fontein <[email protected]> * add issue's link in changelog fragment Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Alexei Znamensky <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 8fc11fe)
felixfontein
pushed a commit
that referenced
this issue
Nov 3, 2024
…checkmode (#9095) keycloak_clientscope_type fix checkmode (#9093) * fix check_mode on set keycloak client scope type (#9092) * add changelog fragment (#9092) * update changelog fragment (#9092) * compact code: make one line conditions with list comprehension and any() Co-authored-by: Alexei Znamensky <[email protected]> * fix syntax error: remove extra ')' * fix changelog fragment type Co-authored-by: Felix Fontein <[email protected]> * add issue's link in changelog fragment Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Alexei Znamensky <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 8fc11fe) Co-authored-by: witrdotnet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
community.general.keycloak_clientscope_type
module detects and reports changes in non-check mode. Howerver, changes are not detected nor reported in check mode.Issue Type
Bug Report
Component Name
keycloak_clientscope_type
Ansible Version
Community.general Version
Configuration
OS / Environment
Observed under Ubuntu 22 and Debian 11.
Python installed with pyenv and ansible executed with pipenv.
Steps to Reproduce
Expected Results
Assuming client under test have no scopes, following standard output is expected in check mode :
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: