Felix Fontein
8ab8010b6d
Use more unit test utils from community.internal_test_tools ( #9918 )
...
* Make conftest's patch_ansible_module use the context manager from .utils.
* Fix test dependencies.
* Use module mock utils from community.internal_test_tools.
* Use DataDictLoader from community.internal_test_tools.
* Use trust util from community.internal_test_tools.
2025-03-22 13:12:31 +01:00
Felix Fontein
a1781d09dd
Unit tests: make set_module_args() a context manager, and remove copies of it in some tests ( #9838 )
...
Make set_module_args() a context manager, and remove copies of set_module_args().
Prepares for Data Tagging.
2025-03-07 07:21:03 +01:00
Björn Bösel
9fb686fe35
add plugin for generic keycloak component ( #8826 )
...
* add plugin for generic keycloak component
* add changelog fragment
* fix import in test
* Update plugins/modules/keycloak_component.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_component.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_component.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_component.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* set correct supported diff_mode
* fix line lenght
* Update docblock
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/8826-keycloak-component.yml
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Update plugins/modules/keycloak_component.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Update plugins/modules/keycloak_component.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* update docblocks
* add entry to BOTMETA.yml
* update copyright
* Set Version number
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* remove changelog fragment
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2024-10-21 20:52:28 +02:00