Skip to content

Commit

Permalink
Merge pull request #183 from DO1JLR/dependabot/submodules/collections…
Browse files Browse the repository at this point in the history
…/ansible_collections/community/general-2eec853

Bump collections/ansible_collections/community/general from `5322dd9` to `2eec853`
  • Loading branch information
DO1JLR authored Aug 12, 2024
2 parents 2392523 + 9a7df01 commit 1ba9a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 32 files
+26 −3 CONTRIBUTING.md
+3 −0 changelogs/fragments/8674-add-gitlab-project-cleanup-policy.yml
+2 −0 changelogs/fragments/8682-locale-gen-multiple.yaml
+4 −0 changelogs/fragments/8688-gitlab_project-add-new-params.yml
+2 −0 changelogs/fragments/8689-passwordstore-lock-naming.yml
+2 −0 changelogs/fragments/8695-keycloak_user_federation-mapper-removal.yml
+2 −0 changelogs/fragments/8708-homebrew_cask-fix-upgrade-all.yml
+2 −0 changelogs/fragments/8713-proxmox_lxc_interfaces.yml
+2 −0 changelogs/fragments/8735-keycloak_identity_provider-get-cleartext-secret-from-realm-info.yml
+2 −0 changelogs/fragments/8741-fix-opentelemetry-callback.yml
+1 −1 galaxy.yml
+0 −1 plugins/callback/opentelemetry.py
+31 −0 plugins/inventory/proxmox.py
+2 −1 plugins/lookup/passwordstore.py
+106 −2 plugins/modules/gitlab_project.py
+6 −1 plugins/modules/homebrew_cask.py
+9 −0 plugins/modules/keycloak_identity_provider.py
+48 −29 plugins/modules/keycloak_user_federation.py
+65 −30 plugins/modules/locale_gen.py
+1 −0 tests/integration/targets/django_manage/meta/main.yml
+2 −9 tests/integration/targets/django_manage/tasks/main.yaml
+9 −0 tests/integration/targets/locale_gen/vars/main.yml
+11 −0 tests/integration/targets/setup_os_pkg_name/tasks/alpine.yml
+11 −0 tests/integration/targets/setup_os_pkg_name/tasks/archlinux.yml
+10 −0 tests/integration/targets/setup_os_pkg_name/tasks/debian.yml
+11 −0 tests/integration/targets/setup_os_pkg_name/tasks/default.yml
+26 −0 tests/integration/targets/setup_os_pkg_name/tasks/main.yml
+10 −0 tests/integration/targets/setup_os_pkg_name/tasks/redhat.yml
+11 −0 tests/integration/targets/setup_os_pkg_name/tasks/suse.yml
+1 −1 tests/unit/plugins/inventory/test_proxmox.py
+293 −11 tests/unit/plugins/modules/test_keycloak_identity_provider.py
+48 −6 tests/unit/plugins/modules/test_keycloak_user_federation.py

0 comments on commit 1ba9a2e

Please sign in to comment.