Skip to content

Commit

Permalink
Bump collections/ansible_collections/community/general
Browse files Browse the repository at this point in the history
Bumps [collections/ansible_collections/community/general](https://github.com/ansible-collections/community.general) from `bafb8ac` to `3c23ce4`.
- [Release notes](https://github.com/ansible-collections/community.general/releases)
- [Commits](ansible-collections/community.general@bafb8ac...3c23ce4)

---
updated-dependencies:
- dependency-name: collections/ansible_collections/community/general
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 47558c7 commit 9a2d0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 42 files
+1 −1 .github/workflows/reuse.yml
+2 −0 changelogs/fragments/5932-launchd-plist.yml
+2 −0 changelogs/fragments/7402-proxmox-template-support-server-side-artifact-fetching.yaml
+2 −0 changelogs/fragments/9076-remove-duplicated-homebrew-package-name-validation.yml
+2 −0 changelogs/fragments/9096-alternatives-add-family-parameter.yml
+2 −0 changelogs/fragments/9123-redfish-command-custom-oem-params.yml
+2 −0 changelogs/fragments/9124-dnf_config_manager.yml
+2 −0 changelogs/fragments/9128-homebrew_cask-name-regex-fix.yml
+2 −0 changelogs/fragments/9132-cloudflare_dns-comment-and-tags.yml
+2 −0 changelogs/fragments/9157-fix-dnf_config_manager-locale.yml
+2 −0 changelogs/fragments/9171-gio-mime-fix-version.yml
+2 −0 changelogs/fragments/9179-deps-tests.yml
+3 −0 changelogs/fragments/9180-pipx-version.yml
+2 −2 plugins/filter/dict.py
+2 −2 plugins/lookup/github_app_access_token.py
+4 −0 plugins/module_utils/deps.py
+3 −2 plugins/module_utils/gio_mime.py
+19 −18 plugins/module_utils/pipx.py
+8 −0 plugins/module_utils/redfish_utils.py
+47 −13 plugins/modules/alternatives.py
+61 −5 plugins/modules/cloudflare_dns.py
+2 −1 plugins/modules/dnf_config_manager.py
+2 −3 plugins/modules/gio_mime.py
+1 −36 plugins/modules/homebrew.py
+1 −0 plugins/modules/homebrew_cask.py
+25 −6 plugins/modules/launchd.py
+1 −0 plugins/modules/modprobe.py
+13 −0 plugins/modules/pipx.py
+10 −0 plugins/modules/pipx_info.py
+63 −12 plugins/modules/proxmox_template.py
+54 −0 plugins/modules/redfish_command.py
+6 −0 tests/integration/targets/alternatives/tasks/main.yml
+65 −0 tests/integration/targets/alternatives/tasks/tests_family.yml
+3 −0 tests/integration/targets/locale_gen/vars/main.yml
+4 −0 tests/integration/targets/pipx/tasks/main.yml
+1 −1 tests/integration/targets/pipx/tasks/testcase-8793-global.yml
+38 −0 tests/integration/targets/pipx/tasks/testcase-9103-upgrade-global.yml
+69 −0 tests/unit/plugins/module_utils/test_deps.py
+5 −0 tests/unit/plugins/module_utils/test_module_helper.py
+1 −1 tests/unit/plugins/modules/conftest.py
+2 −2 tests/unit/plugins/modules/test_dnf_config_manager.py
+3 −3 tests/unit/plugins/modules/test_gio_mime.yaml

0 comments on commit 9a2d0f6

Please sign in to comment.