ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
820 stars 1.5k forks source link

config.gui_order parameter doesn't work in keycloak_identity_provider module #6614

Open Shm013 opened 1 year ago

Shm013 commented 1 year ago

Summary

config.gui_order parameter doesn't work in keycloak_identity_provider module (guiOrder does).

My Keycloak version: 21.1.1

It seems something changed in Keycloak. It will be good to remove option gui_order from documentation and use guiOrder instead.

Issue Type

Documentation Report

Component Name

keycloak_identity_provider

Ansible Version

$ ansible --version
ansible [core 2.14.6]
  config file = None
  configured module search path = ['/Users/metakek/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /Users/metakek/homebrew/Caskroom/miniconda/base/envs/ansible/lib/python3.11/site-packages/ansible
  ansible collection location = /Users/metakek/.ansible/collections:/usr/share/ansible/collections
  executable location = /Users/metakek/homebrew/Caskroom/miniconda/base/envs/ansible/bin/ansible
  python version = 3.11.3 (main, Apr 19 2023, 18:49:55) [Clang 14.0.6 ] (/Users/metakek/homebrew/Caskroom/miniconda/base/envs/ansible/bin/python)
  jinja version = 3.1.2
  libyaml = False

Community.general Version

$ ansible-galaxy collection list community.general

# /Users/metakek/.ansible/collections/ansible_collections
Collection        Version
----------------- -------
community.general 6.5.0

# /Users/metakek/homebrew/Caskroom/miniconda/base/envs/ansible/lib/python3.11/site-packages/ansible_collections
Collection        Version
----------------- -------
community.general 6.6.1

Configuration

$ ansible-config dump --only-changed
ANSIBLE_FORCE_COLOR(env: ANSIBLE_FORCE_COLOR) = True
CONFIG_FILE() = None

OS / Environment

macOS 13.3.1, Keycloak 21.1.1

Additional Information

No response

Code of Conduct

ansibullbot commented 1 year ago

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot commented 1 year ago

cc @eikef @laurpaum @mattock @ndclt click here for bot help

russoz commented 1 year ago

Hi @Shm013 thanks for reporting this issue.

In principle that does not make sense because guiOrder is nothing but an alias to gui_order. So the code effectively does the exact same thing regardless if you passed the parameter using one name or the other.

Could you please provide a (non-)working example of the problem, as well as the resulting error messages? When doing that, please run the playbook using -vvvv to provide us a full debugging dump to look at. Thanks in advance.

ansibullbot commented 2 months ago

cc @thomasbach-dev click here for bot help