Skip to content

Commit

Permalink
Merge pull request #6 from DO1JLR/a
Browse files Browse the repository at this point in the history
update modules and gitea
  • Loading branch information
DO1JLR authored Aug 29, 2023
2 parents be927e9 + f0879ba commit 35b8cb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 74 files
+4 −4 .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/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
+28 −9 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 collections/ansible_collections/l3d/git
Submodule git updated 3 files
+2 −2 README.md
+1 −1 galaxy.yml
+1 −1 roles/gitea
2 changes: 1 addition & 1 deletion host_vars/web01.l3d.space/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ gitea_ssh_port: 22
gitea_require_signin: false
gitea_password_check_pwn: true
gitea_actions_enabled: true
gitea_actions_default_actions_url: 'https://git.l3d.ch/'
gitea_actions_default_actions_url: 'self'

# gitea db
gitea_db_type: mysql
Expand Down
2 changes: 1 addition & 1 deletion roles/l3d.packages
Submodule l3d.packages updated 1 files
+19 −0 tasks/os_info.yml

0 comments on commit 35b8cb4

Please sign in to comment.