Skip to content

Commit

Permalink
Merge pull request #101 from DO1JLR/s
Browse files Browse the repository at this point in the history
Update submodules
  • Loading branch information
DO1JLR authored Apr 6, 2024
2 parents f95a9da + 62b1960 commit 5cb093e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 61 files
+62 −69 .azure-pipelines/azure-pipelines.yml
+21 −0 .github/workflows/ansible-test.yml
+1 −1 README.md
+3 −0 changelogs/fragments/7880-ipa-fix-sudo-and-hbcalrule-idempotence.yml
+2 −0 changelogs/fragments/7998-icinga2-inventory-group_by_hostgroups-parameter.yml
+2 −0 changelogs/fragments/8013-bitwarden-full-collection-item-list.yaml
+2 −0 changelogs/fragments/8029-iptables-state-restore-check-mode.yml
+2 −0 changelogs/fragments/8038-proxmox-startup.yml
+2 −0 changelogs/fragments/8075-optional-space-around-section-names.yaml
+2 −0 changelogs/fragments/8100-haproxy-drain-fails-on-down-backend.yml
+2 −0 changelogs/fragments/8116-java_cert-enable-owner-group-mode-args.yml
+2 −0 changelogs/fragments/8118-fix-bond-slave-honoring-mtu.yml
+3 −0 changelogs/fragments/8133-add-error-message-for-linode-inventory-plugin.yaml
+2 −0 changelogs/fragments/8158-gitlab-version-check.yml
+2 −0 changelogs/fragments/8163-redfish-implementing-reset-to-defaults.yml
+2 −0 changelogs/fragments/8169-lxml.yml
+6 −0 changelogs/fragments/inventory-rce.yml
+1 −1 galaxy.yml
+9 −8 plugins/inventory/cobbler.py
+4 −3 plugins/inventory/gitlab_runners.py
+20 −10 plugins/inventory/icinga2.py
+30 −14 plugins/inventory/linode.py
+19 −10 plugins/inventory/lxd.py
+2 −0 plugins/inventory/nmap.py
+11 −6 plugins/inventory/online.py
+2 −0 plugins/inventory/opennebula.py
+2 −1 plugins/inventory/proxmox.py
+3 −2 plugins/inventory/scaleway.py
+2 −1 plugins/inventory/stackpath_compute.py
+8 −5 plugins/inventory/virtualbox.py
+2 −1 plugins/inventory/xen_orchestra.py
+27 −9 plugins/lookup/bitwarden.py
+10 −3 plugins/module_utils/gitlab.py
+48 −0 plugins/module_utils/redfish_utils.py
+1 −7 plugins/modules/gitlab_issue.py
+2 −10 plugins/modules/gitlab_label.py
+2 −10 plugins/modules/gitlab_milestone.py
+1 −1 plugins/modules/haproxy.py
+3 −1 plugins/modules/ini_file.py
+10 −2 plugins/modules/ipa_hbacrule.py
+10 −2 plugins/modules/ipa_sudorule.py
+30 −18 plugins/modules/iptables_state.py
+59 −27 plugins/modules/java_cert.py
+32 −9 plugins/modules/lxd_container.py
+1 −0 plugins/modules/nmcli.py
+14 −0 plugins/modules/proxmox.py
+17 −0 plugins/modules/redfish_command.py
+7 −2 plugins/modules/xml.py
+3 −0 tests/integration/targets/ini_file/tasks/main.yml
+103 −0 tests/integration/targets/ini_file/tasks/tests/07-section_name_spaces.yml
+6 −0 tests/integration/targets/iptables_state/tasks/main.yml
+66 −0 tests/integration/targets/iptables_state/tasks/tests/02-partial-restore.yml
+2 −2 tests/integration/targets/lookup_lmdb_kv/test.yml
+6 −4 tests/integration/targets/snap/tasks/main.yml
+2 −0 tests/integration/targets/snap/tasks/test_channel.yml
+2 −0 tests/integration/targets/snap/tasks/test_dangerous.yml
+17 −0 tests/sanity/ignore-2.18.txt
+3 −0 tests/sanity/ignore-2.18.txt.license
+3 −0 tests/unit/plugins/inventory/test_icinga2.py
+16 −2 tests/unit/plugins/inventory/test_linode.py
+22 −5 tests/unit/plugins/lookup/test_bitwarden.py
2 changes: 1 addition & 1 deletion collections/ansible_collections/l3d/git
Submodule git updated 4 files
+2 −2 README.md
+1 −1 galaxy.yml
+1 −1 roles/forgeo_runner
+1 −1 roles/gitea

0 comments on commit 5cb093e

Please sign in to comment.