Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submodules #17

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 75 files
+6 −6 .azure-pipelines/azure-pipelines.yml
+2 −0 changelogs/fragments/6814-redfish-config-add-delete-all-volumes.yml
+2 −0 changelogs/fragments/6819-redfish-utils-add-links-parameter-for-get_disk_inventory.yml
+2 −0 changelogs/fragments/6931-keycloak_client-inventory-bugfix.yml
+2 −0 changelogs/fragments/6989-npm-cmdrunner.yml
+7 −0 changelogs/fragments/7012-sorcery-grimoire-mgmt.yml
+2 −0 changelogs/fragments/7019-ipa_config-user-and-group-objectclasses.yml
+2 −0 changelogs/fragments/7033-ejabberd-user-bugs.yml
+2 −0 changelogs/fragments/7043-ejabberd-user-deprecate-logging.yml
+2 −0 changelogs/fragments/7046-snap-newline-before-separator.yml
+2 −0 changelogs/fragments/7049-proxmox-vm-info-empty-results.yml
+2 −0 changelogs/fragments/7051-ipa-config-new-choice-idp-to-ipauserauthtype.yml
+2 −0 changelogs/fragments/7061-fix-bitwarden-get_field.yml
+2 −0 changelogs/fragments/7067-keycloak-api-paramerter-fix.yml
+2 −0 changelogs/fragments/7075-ejabberd-user-cmdrunner.yml
+2 −0 changelogs/fragments/7081-redfish-utils-fix-for-storagecontrollers-deprecated-key.yaml
+3 −0 changelogs/fragments/7085-sanity.yml
+2 −0 changelogs/fragments/7099-chroot-disable-root-check-option.yml
+2 −0 changelogs/fragments/7102-freebsd-shutdown-p.yml
+2 −0 changelogs/fragments/7104_fix_lxc_remoteaddr_default.yml
+2 −0 changelogs/fragments/7113-redfish-utils-power-cycle.yml
+4 −0 changelogs/fragments/7118-nmap_inv_plugin_no_arp_option.yml
+2 −0 changelogs/fragments/7124-snap-empty-list.yml
+2 −0 changelogs/fragments/7125-fix-inappropriate-comparison.yml
+3 −0 changelogs/fragments/7132-gitlab-raw-variables.yml
+2 −0 changelogs/fragments/7140-id-getmanagerinv-output.yml
+2 −0 changelogs/fragments/lvol-pct-of-origin.yml
+1 −1 galaxy.yml
+1 −1 plugins/action/shutdown.py
+22 −6 plugins/connection/chroot.py
+1 −0 plugins/connection/lxc.py
+22 −14 plugins/inventory/nmap.py
+21 −12 plugins/lookup/bitwarden.py
+2 −0 plugins/module_utils/gitlab.py
+31 −13 plugins/module_utils/identity/keycloak/keycloak.py
+13 −16 plugins/module_utils/oracle/oci_utils.py
+130 −16 plugins/module_utils/redfish_utils.py
+29 −10 plugins/modules/ejabberd_user.py
+47 −3 plugins/modules/gitlab_group_variable.py
+47 −3 plugins/modules/gitlab_project_variable.py
+33 −8 plugins/modules/ipa_config.py
+9 −2 plugins/modules/keycloak_client.py
+2 −2 plugins/modules/keycloak_clientscope_type.py
+7 −7 plugins/modules/lvol.py
+50 −40 plugins/modules/npm.py
+2 −1 plugins/modules/proxmox_kvm.py
+3 −3 plugins/modules/proxmox_user_info.py
+20 −25 plugins/modules/proxmox_vm_info.py
+1 −1 plugins/modules/redfish_command.py
+34 −2 plugins/modules/redfish_config.py
+11 −6 plugins/modules/snap.py
+178 −60 plugins/modules/sorcery.py
+11 −0 tests/integration/targets/ejabberd_user/aliases
+9 −0 tests/integration/targets/ejabberd_user/handlers/main.yml
+7 −0 tests/integration/targets/ejabberd_user/meta/main.yml
+106 −0 tests/integration/targets/ejabberd_user/tasks/main.yml
+1 −1 tests/integration/targets/lvg/tasks/setup.yml
+10 −0 tests/integration/targets/lvg/tasks/test_active_change.yml
+8 −8 tests/integration/targets/lvg/tasks/test_pvresize.yml
+5 −0 tests/integration/targets/setup_pkg_mgr/tasks/archlinux.yml
+2 −2 tests/integration/targets/shutdown/tasks/main.yml
+4 −0 tests/integration/targets/snap/tasks/main.yml
+31 −0 tests/integration/targets/snap/tasks/test_3dash.yml
+14 −0 tests/integration/targets/snap/tasks/test_empty_list.yml
+1 −1 tests/unit/mock/loader.py
+99 −0 tests/unit/plugins/modules/cmd_runner_test_utils.py
+1 −1 tests/unit/plugins/modules/test_keycloak_user.py
+19 −19 tests/unit/plugins/modules/test_npm.py
+16 −217 tests/unit/plugins/modules/test_opkg.py
+142 −0 tests/unit/plugins/modules/test_opkg.yaml
+164 −18 tests/unit/plugins/modules/test_proxmox_vm_info.py
+16 −282 tests/unit/plugins/modules/test_xfconf.py
+185 −0 tests/unit/plugins/modules/test_xfconf.yaml
+16 −149 tests/unit/plugins/modules/test_xfconf_info.py
+83 −0 tests/unit/plugins/modules/test_xfconf_info.yaml
2 changes: 1 addition & 1 deletion roles/l3d.packages
Submodule l3d.packages updated 1 files
+19 −0 tasks/os_info.yml