Skip to content

Commit

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

Bump collections/ansible_collections/community/general from `8610223` to `a894f8e`
  • Loading branch information
DO1JLR authored Oct 14, 2024
2 parents 53a9d41 + bce3e36 commit d4387e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 64 files
+7 −8 .github/BOTMETA.yml
+5 −53 .github/workflows/ansible-test.yml
+1 −1 README.md
+2 −0 changelogs/fragments/8532-expand-opennuebula-inventory-data.yml
+2 −0 changelogs/fragments/8679-fix-cloudflare-srv.yml
+2 −0 changelogs/fragments/8898-add-arg-to-exclude-bind-credential-from-change-check.yaml
+2 −0 changelogs/fragments/8907-fix-one-host-id.yml
+2 −0 changelogs/fragments/8920-ipa-host-fix-state.yml
+2 −0 changelogs/fragments/8940-keycloak_userprofile-improve-diff.yml
+2 −0 changelogs/fragments/8952-password-store-lookup-create-subkey-support.yml
+2 −0 changelogs/fragments/8954-keycloak-user-federation-add-referral-parameter.yml
+2 −0 changelogs/fragments/8956-remove-capacitybytes-from-the-required-parameters_list.yml
+4 −0 changelogs/fragments/8966-dig-add-port-option.yml
+2 −0 changelogs/fragments/8973-keycloak_client-add-x509-auth.yml
+3 −0 changelogs/fragments/8987-legacycrypt.yml
+3 −0 changelogs/fragments/8990.yml
+4 −0 changelogs/fragments/9012-dell-pwrbutton-requires-a-job-initiated-at-reboot.yml
+10 −0 changelogs/fragments/removals.yml
+1 −1 galaxy.yml
+5 −5 meta/runtime.yml
+0 −240 plugins/callback/hipchat.py
+6 −1 plugins/doc_fragments/pipx.py
+3 −0 plugins/inventory/opennebula.py
+8 −0 plugins/lookup/dig.py
+71 −14 plugins/lookup/passwordstore.py
+26 −17 plugins/module_utils/redfish_utils.py
+0 −76 plugins/module_utils/redhat.py
+109 −102 plugins/modules/ansible_galaxy_install.py
+6 −4 plugins/modules/cloudflare_dns.py
+0 −695 plugins/modules/consul_acl.py
+39 −33 plugins/modules/cpanm.py
+45 −46 plugins/modules/gconftool2.py
+23 −19 plugins/modules/gconftool2_info.py
+38 −32 plugins/modules/gio_mime.py
+17 −6 plugins/modules/homectl.py
+247 −0 plugins/modules/ipa_getkeytab.py
+20 −8 plugins/modules/ipa_host.py
+35 −7 plugins/modules/keycloak_client.py
+42 −3 plugins/modules/keycloak_user_federation.py
+9 −3 plugins/modules/keycloak_userprofile.py
+378 −0 plugins/modules/krb_ticket.py
+26 −20 plugins/modules/mksysb.py
+36 −23 plugins/modules/one_host.py
+137 −137 plugins/modules/pipx.py
+36 −41 plugins/modules/pipx_info.py
+13 −1 plugins/modules/redfish_config.py
+0 −210 plugins/modules/rhn_channel.py
+0 −465 plugins/modules/rhn_register.py
+20 −8 plugins/modules/snap.py
+18 −7 plugins/modules/udm_user.py
+1 −2 plugins/modules/xfconf.py
+137 −0 plugins/modules/zypper_repository_info.py
+5 −0 tests/integration/targets/homectl/tasks/main.yml
+8 −0 tests/integration/targets/zypper_repository/tasks/test.yml
+26 −0 tests/integration/targets/zypper_repository/tasks/zypper_repository_info.yml
+0 −1 tests/sanity/extra/botmeta.py
+20 −3 tests/unit/plugins/inventory/test_opennebula.py
+0 −35 tests/unit/plugins/modules/rhn_conftest.py
+60 −0 tests/unit/plugins/modules/test_ipa_getkeytab.py
+6 −4 tests/unit/plugins/modules/test_keycloak_userprofile.py
+14 −0 tests/unit/plugins/modules/test_krb_ticket.py
+109 −0 tests/unit/plugins/modules/test_krb_ticket.yaml
+0 −147 tests/unit/plugins/modules/test_rhn_channel.py
+0 −293 tests/unit/plugins/modules/test_rhn_register.py

0 comments on commit d4387e9

Please sign in to comment.