Skip to content

Commit

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

Bump collections/ansible_collections/community/general from `bc609d7` to `7dd7cbd`
  • Loading branch information
DO1JLR authored May 13, 2024
2 parents 4ad6426 + c48823e commit 90c5ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 48 files
+2 −0 .github/BOTMETA.yml
+3 −0 .github/workflows/ansible-test.yml
+4 −0 .gitignore
+3 −1 CONTRIBUTING.md
+2 −0 changelogs/fragments/7683-added-contenttype-parameter.yml
+2 −0 changelogs/fragments/8303-fix-rendering-foreign-variables.yaml
+2 −0 changelogs/fragments/8320-keycloak_user_federation-fix-diff-krbPrincipalAttribute.yaml
+2 −0 changelogs/fragments/8323-refactor-homebrew-logic-module-utils.yml
+2 −0 changelogs/fragments/8334-proxmox-action-group.yml
+17 −0 meta/runtime.yml
+128 −0 plugins/become/run0.py
+0 −1 plugins/doc_fragments/consul.py
+10 −0 plugins/doc_fragments/proxmox.py
+5 −2 plugins/lookup/merge_variables.py
+115 −0 plugins/module_utils/homebrew.py
+2 −2 plugins/module_utils/rundeck.py
+2 −0 plugins/modules/consul_policy.py
+2 −0 plugins/modules/consul_role.py
+2 −0 plugins/modules/consul_session.py
+2 −0 plugins/modules/consul_token.py
+48 −5 plugins/modules/gitlab_runner.py
+13 −103 plugins/modules/homebrew.py
+3 −67 plugins/modules/homebrew_cask.py
+3 −0 plugins/modules/keycloak_user_federation.py
+3 −0 plugins/modules/proxmox.py
+3 −0 plugins/modules/proxmox_disk.py
+4 −0 plugins/modules/proxmox_domain_info.py
+4 −0 plugins/modules/proxmox_group_info.py
+3 −0 plugins/modules/proxmox_kvm.py
+3 −0 plugins/modules/proxmox_nic.py
+4 −0 plugins/modules/proxmox_node_info.py
+5 −2 plugins/modules/proxmox_pool.py
+5 −2 plugins/modules/proxmox_pool_member.py
+5 −2 plugins/modules/proxmox_snap.py
+4 −0 plugins/modules/proxmox_storage_contents_info.py
+4 −0 plugins/modules/proxmox_storage_info.py
+7 −3 plugins/modules/proxmox_tasks_info.py
+3 −0 plugins/modules/proxmox_template.py
+4 −0 plugins/modules/proxmox_user_info.py
+7 −3 plugins/modules/proxmox_vm_info.py
+5 −0 tests/integration/targets/django_manage/tasks/main.yaml
+3 −0 tests/integration/targets/lookup_merge_variables/runme.sh
+33 −0 tests/integration/targets/lookup_merge_variables/test_cross_host_merge_inventory.yml
+21 −0 tests/integration/targets/lookup_merge_variables/test_cross_host_merge_play.yml
+64 −0 tests/unit/plugins/become/test_run0.py
+101 −81 tests/unit/plugins/lookup/test_merge_variables.py
+12 −7 tests/unit/plugins/modules/test_homebrew.py
+133 −0 tests/unit/plugins/plugin_utils/test_unsafe.py

0 comments on commit 90c5ae2

Please sign in to comment.