Skip to content

Commit

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

Bump collections/ansible_collections/community/general from `bc6ae84` to `a7d1b0f`
  • Loading branch information
DO1JLR authored Sep 30, 2024
2 parents 1079d00 + fc72162 commit 458393b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 52 files
+2 −0 changelogs/fragments/8937-add-StorageId-RedfishURI-to-disk-facts.yml
+3 −0 changelogs/fragments/8944-django-command-fix.yml
+8 −0 changelogs/fragments/deprecations.yml
+4 −2 plugins/module_utils/python_runner.py
+3 −0 plugins/module_utils/redfish_utils.py
+0 −9 plugins/modules/consul.py
+5 −0 plugins/modules/django_command.py
+2 −14 plugins/modules/ejabberd_user.py
+67 −67 plugins/modules/gitlab_group.py
+6 −27 plugins/modules/irc.py
+3 −70 plugins/modules/proxmox_kvm.py
+6 −133 plugins/modules/redhat_subscription.py
+4 −14 plugins/modules/rhsm_repository.py
+21 −0 tests/integration/targets/django_command/aliases
+6 −0 ...egration/targets/django_command/files/base_test/1045-single-app-project/single_app_project/core/settings.py
+21 −0 tests/integration/targets/django_command/files/base_test/1045-single-app-project/single_app_project/manage.py
+29 −0 tests/integration/targets/django_command/files/base_test/simple_project/p1/manage.py
+133 −0 tests/integration/targets/django_command/files/base_test/simple_project/p1/p1/settings.py
+28 −0 tests/integration/targets/django_command/files/base_test/simple_project/p1/p1/urls.py
+0 −0 tests/integration/targets/django_command/files/base_test/startproj/.keep
+8 −0 tests/integration/targets/django_command/meta/main.yml
+91 −0 tests/integration/targets/django_command/tasks/main.yaml
+0 −1 tests/integration/targets/proxmox/tasks/main.yml
+25 −13 tests/unit/plugins/modules/conftest.py
+193 −135 tests/unit/plugins/modules/helper.py
+1 −1 tests/unit/plugins/modules/test_cpanm.py
+36 −18 tests/unit/plugins/modules/test_cpanm.yaml
+1 −1 tests/unit/plugins/modules/test_django_check.py
+6 −4 tests/unit/plugins/modules/test_django_check.yaml
+1 −1 tests/unit/plugins/modules/test_django_command.py
+12 −10 tests/unit/plugins/modules/test_django_command.yaml
+1 −1 tests/unit/plugins/modules/test_django_createcachetable.py
+3 −2 tests/unit/plugins/modules/test_django_createcachetable.yaml
+1 −1 tests/unit/plugins/modules/test_facter_facts.py
+8 −6 tests/unit/plugins/modules/test_facter_facts.yaml
+1 −1 tests/unit/plugins/modules/test_gconftool2.py
+12 −7 tests/unit/plugins/modules/test_gconftool2.yaml
+1 −1 tests/unit/plugins/modules/test_gconftool2_info.py
+5 −3 tests/unit/plugins/modules/test_gconftool2_info.yaml
+1 −1 tests/unit/plugins/modules/test_gio_mime.py
+6 −3 tests/unit/plugins/modules/test_gio_mime.yaml
+1 −1 tests/unit/plugins/modules/test_opkg.py
+10 −5 tests/unit/plugins/modules/test_opkg.yaml
+1 −1 tests/unit/plugins/modules/test_puppet.py
+121 −114 tests/unit/plugins/modules/test_puppet.yaml
+0 −67 tests/unit/plugins/modules/test_redhat_subscription.py
+0 −33 tests/unit/plugins/modules/test_rhsm_repository.py
+90 −86 tests/unit/plugins/modules/test_snap.py
+1 −1 tests/unit/plugins/modules/test_xfconf.py
+53 −47 tests/unit/plugins/modules/test_xfconf.yaml
+1 −1 tests/unit/plugins/modules/test_xfconf_info.py
+18 −12 tests/unit/plugins/modules/test_xfconf_info.yaml

0 comments on commit 458393b

Please sign in to comment.