1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
ljkimmel 165182cdbf
mssql_script: allow non-returning SQL statements (#6457)
* feat: Allow non-returning SQL statements

- The current implementation fails out when certain statements or
  batches do not have resultsets - this limits the usefulness of the
  module
- Instead, it is known that statements without resultsets return then
  OperationalError exception with text "Statement not executed or
  executed statement has no resultset". We will utilize these facts to
  accept these statements
- The implementation also assumes that users will always use best-
  practices for the script syntax; that is, "GO" will always be
  capitalized but this is not strictly required -- update to allow "GO"
  to be any mixed-case

Signed-off-by: Lesley Kimmel <lesley.j.kimmel@gmail.com>

* feat: Add changelog fragment for change

- Add changelog fragment for PR 6192

Signed-off-by: Lesley Kimmel <lesley.j.kimmel@gmail.com>

* feat: Improve batching

- Previous batching had shortcomings like making strict assumptions
  about the format of the incoming script and did not handle Windows-
  based scripts (e.g. \r characters). It also did not handle cases where
  there were trailing or leading whitespace characters round the 'GO'
- Added a special case for removing the Byte Order Mark (BOM) character
  that may come as part of a script when slurped from some hosts.

Signed-off-by: Lesley Kimmel <lesley.j.kimmel@gmail.com>

* feat: Use str.splitlines()

- Use of this method is cleaner

Signed-off-by: Lesley Kimmel <lesley.j.kimmel@gmail.com>

* Update changelogs/fragments/6192-allow-empty-resultsets.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* fix: Update transcribing errors

- Replace local namespace with project namespace
- Remove 'return' statement from the module.fail_json call

Signed-off-by: Lesley Kimmel <lesley.j.kimmel@gmail.com>

---------

Signed-off-by: Lesley Kimmel <lesley.j.kimmel@gmail.com>
Co-authored-by: Lesley Kimmel <lesleyk@vmware.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-05-07 21:58:38 +02:00
..
.keep
2090-idrac-redfish-resource-id-fix.yml Redfish iDRAC: Allow for specifying an exact manager with 'resource_id' for CreateBiosConfigJob (#6370) 2023-04-20 06:59:52 +02:00
3216-nmcli-bridge-idempotency-fix.yml nmcli: fixed idempotency issue when config bridge connection (#6105) 2023-03-26 09:28:51 +02:00
3910-redfish-add-operation-apply-time-to-simple-update.yml
3935-add-gitlab-group-runner.yml Add Gitlab group runners support (#3935) 2023-03-25 08:23:20 +01:00
4028-modprobe-persistent-option.yml add persistent option for modprobe (#5424) 2023-02-26 14:58:58 +01:00
4276-redfish-command-updates-for-full-simple-update-workflow.yml
4387-nmcli-mtu-for-vlan-connection-fix.yml nmcli: fixed inability to change mtu on vlan connection (#6104) 2023-03-04 10:01:52 +01:00
5143-fix-xfs-quota-project-init.yml Fixes #5143: xfs_quota fails to initialize new project quotas (#6387) 2023-05-06 07:12:21 +02:00
5431-nmcli-wifi.yml nmcli: two fixes needed to make wifi.wake-on-wlan settings work properly (#5431) 2023-02-24 09:10:41 +01:00
5486-snap-alias-cmd-runner.yml snap_alias: using CmdRunner (#5486) 2023-01-08 21:37:29 +01:00
5489-nonetype-in-get-vm-by-label.yml
5490-adding-put-functionality.yml Adding PUT functionality to redfish_utils (Updated) (#5507) 2022-12-05 18:31:50 +01:00
5493-proxmox.yml
5502-xfconf-facts-deprecation.yml
5506-onepassword_raw-missing-param.yml
5514-fix-logical-flaw-when-deleting-jenkins-build.yml
5538-cmd-runner-as-fixed.yml
5543-dependent-template.yml
5545-gconftool-cmd-runner.yml
5549-lxd-project-sanity.yml
5550-java_certs-not-enough-info-on-error.yml
5553-spotinst-aws-elasticgroup-sanity.yml
5557-udm-share-sanity.yml
5559-udm-user-sanity.yml
5563-rax-scaling-group-sanity.yml
5565-jenkins-plugin-sanity.yml
5566-additional-flags-nmap.yml
5570-chroot-plugin-fix-default-inventory_hostname.yml
5583-redhat_subscription-subscribe-parameters.yaml redhat_subscription: drop unneeded args to Rhsm.register() (#5583) 2022-11-29 13:07:08 +01:00
5592-redirect-remove-sap-modules.yml
5601-unixy-callback-use-config-manager.yml unixy Callback: Use Ansible's config manager (#5601) 2022-11-28 21:51:23 +00:00
5602-proxmox-tags.yml Updated tags delimiter (#5602) 2022-12-04 12:42:46 +01:00
5603-redfish-idrac-job-id-in-response.yml Redfish iDRAC: Added job_id to response for CreateBiosConfigJob (#6367) 2023-04-19 20:11:57 +02:00
5605-ssh-config-add-host-key-algorithms.yaml feat(ssh_config): host_key_algorithms option (#5605) 2022-12-04 12:57:54 +01:00
5612-puppet-cmd-runner.yml puppet: refactored to use CmdRunner (#5612) 2022-12-14 21:30:03 +01:00
5615-zypper-transactional-update.yml Added support for openSUSE MicroOS (#5998) 2023-02-25 10:58:04 +01:00
5619-keycloak-improvements.yml Fix keycloak_client_rolemapping role removal and diff (#5619) 2022-12-05 06:23:00 +01:00
5627-redhat_subscription-subscribe-parameters-2.yaml redhat_subscription: don't discard vars with key (#5627) 2022-11-30 22:15:55 +01:00
5628-fix-vmadm-off-by-one.yml Fix for vmadm get_vm_uuid out of range (#5628) 2022-11-30 22:41:35 +01:00
5629-add-prepend-hash-option-for-channel-id.yml Remove automatically adding # symbol to channel names (#5629) 2022-12-01 22:17:09 +01:00
5632-vdo-Use-yaml-safe-load-instead-of-yaml-load.yml vdo: Use yaml.safe_load() instead of yaml.load() (#5632) 2022-11-30 22:48:32 +01:00
5640-fix-typo-proxmox-inventory.yml fix typo disable_looups in inventory/proxmox (#5640) 2022-12-02 06:43:22 +01:00
5647-cmd-runner-as-bool-false.yml cmd_runner: allow bool format to pass alternate (false) value (#5647) 2022-12-04 12:18:33 +01:00
5659-fix-lxc_container-command.yml lxc_container: fix lxc argument when executing lxc command (#5659) 2022-12-17 12:10:23 +01:00
5662-redhat_subscription-server_proxy_scheme.yaml redhat_subscription: add server_proxy_scheme parameter (#5662) 2022-12-08 22:40:37 +01:00
5664-redhat_subscription-credentials-when-needed.yaml redhat_subscription: require credentials only when needed (#5664) 2023-03-22 20:19:55 +01:00
5666-gitlab-variables.yml respect new variable property in gitlab_group_variable and gitlab_project_variable (#5667) 2022-12-10 21:40:36 +01:00
5672-proxmox.yml Bugfix: Remove redundant VMID parameters (#5672) 2022-12-19 20:22:23 +01:00
5680-ansible_galaxy_install-fx-locale.yaml ansible_galaxy_install: use locale C tentatively, else en_US (#5680) 2022-12-22 06:45:07 +01:00
5688-opkg-module-install-certain-version.yml opkg module: allow installing a package in a certain version (#5688) 2022-12-22 19:31:33 +01:00
5694-add-custom-fields-to-bitwarden.yml Add Support to Bitwarden Lookup for Custom Fields (#5694) 2023-01-07 10:28:05 +01:00
5703-sudoers-host-support.yml Add support for host restriction in sudoers module (#5703) 2022-12-20 12:49:11 +01:00
5705-opkg-fix-force-reinstall.yml opkg: fix issue that force=reinstall would not reinstall an existing package (#5705) 2022-12-19 20:23:44 +01:00
5706-add-builds-forks-container-registry.yml Fixes #5691. Support gitlab forking_access_level, builds_access_level and container_registry_access_level fields (#5706) 2023-01-12 21:06:52 +01:00
5714-proxmox-lxc-tag-support.yml feat: add tags to proxmox containers (#5714) 2022-12-30 22:09:00 +01:00
5718-opkg-refactor.yaml opkg: refactor module to use StateModuleHelper and CmdRunner (#5718) 2023-01-12 20:42:38 +01:00
5719-xfconf-facts-deprecation.yml xfconf: prune deprecated facts-generating code (more of it) (#5719) 2022-12-22 06:54:02 +01:00
5720-ssh_config-plugin-sanity.yml ssh_config: fixed sanity (#5720) 2022-12-22 21:34:21 +01:00
5721-manageiq-policies-deprecate-list-state.yaml manageiq_policies: deprecate list state (#5721) 2022-12-22 06:57:23 +01:00
5725-redhat_subscription-add-red-hat-api-token.yml redhat_subscription: Add support for Red Hat API token (#5725) 2023-01-05 21:36:07 +01:00
5727-manageiq-tags-deprecate-list-state.yaml manageiq_tags: deprecate list state (#5727) 2022-12-23 07:13:56 +01:00
5732-bugfix-keycloak-userfed-idempotency.yml Bugfix/keycloak userfed idempotency (#5732) 2023-01-22 17:27:57 +01:00
5735-terraform-init-fix-when-default-workspace-doesnt-exists.yaml terraform: bugfix: init command when default workspace doesn't exists (#5735) 2023-01-07 10:24:32 +01:00
5744-unixy-callback-fix-config-manager-typo.yml unixy Callback: Fix typo using ansibles config manager (#5744) 2022-12-30 22:35:03 +01:00
5750-bugfixing-keycloak-usrfed-fail-when-update-default-mapper-simultaneously.yml bugfixing keycloak user federation failing when updating default mapper simultaneously (#5750) 2023-01-22 17:28:33 +01:00
5751-gem-fix-uninstall-hang.yml Fix gem.py, hang on uninstall specific gem version (#5751) 2023-01-07 10:31:50 +01:00
5752-rax-deprecation.yml rax modules: deprecation (#5752) 2023-01-14 18:39:05 +01:00
5755-mh-fix-output-conflict.yml ModuleHelper - fix bug when adjusting conflicting output (#5755) 2023-01-04 11:59:06 +01:00
5761-callback-types.yml Fix callback plugin types (#5761) 2023-01-04 22:06:57 +01:00
5765-mh-lax-output-conflict.yml ModuleHelper - lax handling of conflicting output (#5765) 2023-01-07 10:21:13 +01:00
5772-consul-deprecate-params-when-absent.yml consul: deprecate params incompatible with state=absent (#5772) 2023-01-13 20:47:56 +01:00
5773-snap-mh-execute.yml snap: use MH execute() static method (#5773) 2023-01-07 10:20:19 +01:00
5793-apache2-module-npm-warnings.yml apache2_module generates false/misleading warning (#5793) 2023-01-14 18:37:33 +01:00
5794-alternatives-fedora37.yml alternatives: make work with Fedora 37 (#5794) 2023-01-07 16:44:27 +01:00
5803-proxmox-read-timeout.yml Bugfix: proxmox_disk - read time out on import (#5803) 2023-01-23 22:49:50 +01:00
5804-minor-changes-to-hpe-ilo-collection.yml Minor changes to HPE iLO collection (#5804) 2023-01-18 07:59:13 +01:00
5808-xml-children-parameter-does-not-exist.yml xml children module parameter does not exist (#5808) 2023-01-14 18:22:00 +01:00
5811-clarify-bitwarden-error.yml Fix changelog fragment types. 2023-01-31 07:15:12 +01:00
5812-implement-updateconf-api-call.yml OpenNebula/one_vm implement the one.vm.updateconf API call (#5812) 2023-01-28 11:29:00 +01:00
5814-support-keycloak-subgroups.yml keycloak_group: support keycloak subgroups (#5814) 2023-02-25 11:12:35 +01:00
5818-nsupdate-fix-zone-lookup.yml nsupdate: fix zone lookup (#5818) 2023-01-17 21:03:38 +01:00
5822-gem-uninstall-force.yml Gem: Support force flag when uninstalling (#5822) 2023-01-24 19:43:28 +01:00
5829-fix-yarn-global.yml yarn: Fix state=latest not working with global=true (#5829) 2023-02-13 21:54:56 +01:00
5830-sefcontext-path-subs.yml sefcontext: add support for path substitutions (#5830) 2023-02-26 14:04:57 +01:00
5843-terraform-validate-no-color.yml Add -no-color argument to terraform validation (#5843) 2023-01-16 22:54:07 +01:00
5844-iptables-state-refactor.yml iptables_state: minor pythonisms (#5844) 2023-01-18 08:05:31 +01:00
5851-lookup-bitwarden-add-filter-by-collection-id-parameter.yml Add support to Bitwarden Lookup for filtering results by collection (#5849) (#5851) 2023-01-28 11:28:18 +01:00
5863-providerType-defaulted-keycloak_userfed-mappers.yml providerType should be defaulted for keycloak_user_federation mappers (#5863) 2023-02-25 10:59:18 +01:00
5866-lxd_container-diff-and-check-mode.yml lxd_container: add check- and diff-mode support (#5866) 2023-02-22 14:41:46 +01:00
5867-apt_rpm-add-clean-and-upgrade.yml apt_rpm: add clean, dist_upgrade and update_kernel (#5867) 2023-03-25 08:22:33 +01:00
5883-sudoers-add-support-for-setenv-parameter.yml Add support for setenv parameters (#5883) 2023-01-30 06:30:54 +01:00
5886-redfish-correct-basic-auth-usage-on-session-creation.yml Redfish: Removed basic auth header when performing a GET on the service root and POST to the session collection (#5903) 2023-01-30 21:05:22 +01:00
5888-update-key-title.yml Fix changelog fragment types. 2023-01-31 07:15:12 +01:00
5897-ipa_group-add-external-users.yml add external user support to ipa_group module (#5897) 2023-01-29 15:18:40 +01:00
5899-adding-enablesecureboot-functionality-to-redfish-config.yml Adding EnableSecureBoot functionality (#5899) 2023-02-17 13:24:35 +01:00
5900-adding-verifybiosattribute-fucntionality-to-redfish-command.yml Adding VerifyBiosAttributes functionality (#5900) 2023-02-17 07:49:54 +01:00
5907-fix-gitlab_runner-not-idempotent.yml Fixes #5907: gitlab_runner is not idempotent on first run after runner creation (#5908) 2023-01-30 21:03:13 +01:00
5913-dig-caa.yml dig lookup: support CAA record type (#5913) 2023-01-29 18:19:14 +01:00
5914-dig-dnskey.yml dig lookup: fix DNSKEY's algorithm handling (#5914) 2023-01-29 18:18:27 +01:00
5915-suppress-urllib3-insecure-request-warnings.yml Suppress urllib3 InsecureRequestWarnings when validate_certs option is false (#5931) 2023-02-13 21:36:09 +01:00
5925-align_gitlab_runner_access_level_default_with_gitlab.yml Align 'gitlab_runner' with GitLab's default access level. (#5930) 2023-02-10 13:54:24 +01:00
5926-flatpak-remote-enabled.yml Add enabled parameter to flatpak_remote (#5926) 2023-02-25 22:40:17 +01:00
5927-set-user-agent-dnsimple.yml Set User-Agent for API requests to DNSimple (#5927) 2023-02-17 07:48:46 +01:00
5928-fix-favicon-url.yml Replace missing default favicon with docs.ansible.com favicon (#5928) 2023-02-03 11:02:14 +01:00
5933-linting.yml Fix pylint errors (#5933) 2023-02-04 17:05:08 +01:00
5934-fix-keycloak-sanitize_cr.yml Fix keycloak sanitize_cr (#5934) 2023-02-22 15:14:33 +01:00
5942-onepassword-ignore-errors-from-op-account-get.yml onepassword: ignore errors from "op account get" (#5942) 2023-02-22 15:23:50 +01:00
5943-zfs_delegate_admin-fix-zfs-allow-cannot-parse-unknown-uid-gid.yml zfs_delegate_admin: fix: zfs allow cannot parse unknown uid/gid (#5943) 2023-02-25 11:02:28 +01:00
5970-add-proxyjump-option-to-ssh-config.yml ssh_config: add proxyjump option (#6205) 2023-03-25 23:16:46 +01:00
5972-cloudflare-dns-srv-record.yml cloudflare_dns: Fix setting SRV records with a root level entry (#5972) 2023-02-26 14:03:30 +01:00
5974-nmcli_add_new_addr_gen_mode6_options.yml nmcli: add new addr_gen_mode6 options (#5974) 2023-03-24 07:55:58 +01:00
5985-add-new-gitlab-api-features.yml Add new project features to API (#5986) 2023-02-26 14:13:22 +01:00
5994-github-webhook-secret.yml github_webhook: Don't include secret in the config if it's absent (#5994) 2023-02-25 11:03:13 +01:00
6011-osx-defaults-errors.yml community.general.osx_defaults: Include stderr in error messages (#6011) 2023-02-25 11:00:07 +01:00
6034-lxd-tls.yml lxd plugins and modules: fix TLS/SSL context creation (#6034) 2023-02-25 11:01:32 +01:00
6043-jc_plugin_parser_support.yml JC: Add plugin parser functionality to JC Filter Plugin (#6043) 2023-02-23 16:54:38 +01:00
6045-xorder-discovery.yml add xorder_discovery parameter (#6109) 2023-02-27 20:26:01 +01:00
6048-nmcli-addres-order.yml nmcli: Treat order as significant when comparing address lists (#6048) 2023-02-25 11:00:43 +01:00
6049-dconf-strings.yml dconf: Check for changes properly despite style of quotes used by user (#6049) 2023-03-04 20:51:50 +01:00
6065-nmcli-add-runner-fast-rate-option.yml nmcli: add runner_fast_rate option (#6148) 2023-03-26 09:27:00 +02:00
6074-loader_in_listify.yml.yml Fix changelog fragment type. 2023-02-26 16:19:59 +01:00
6100-jenkins_plugin.yml jenkins_plugin: avoid undefined variable when updates file is not downloaded (#6100) 2023-02-26 15:37:16 +01:00
6106-nmcli-ipv4-mayfail-idempotency-fix.yml nmcli: fixed idempotency issue with 'may_fail4' when 'method' is 'disabled' (#6106) 2023-03-26 09:28:06 +02:00
6111-influxdb_user-check-mode.yaml Fix influxdb_user grants in check mode (#6111) 2023-03-22 07:38:31 +01:00
6112-fix_key_error_in_gitlab_runner_creation_update.yml Fixes #6112: community.general.gitlab_runner KeyError: 'access_level' (#6130) 2023-03-04 10:14:58 +01:00
6114-memset-add-url-error-handling.yml memset*.py: Fixed URLError handling (#6114) 2023-03-08 07:54:36 +01:00
6117-remove-stormssh-depend.yml Removes dependency on StormSSH (#6117) 2023-03-12 12:39:42 +01:00
6118-jail-plugin-fix-default-inventory_hostname.yml Add 'inventory_hostname' to the jail plugin documentation (#6118) 2023-03-03 22:56:24 +01:00
6119-opkg-update.yaml opkg: fix bug when update_cache=true (#6119) 2023-03-02 07:01:15 +01:00
6122-redhat_subscription-subscribe-via-dbus.yaml redhat_subscription: use D-Bus for registration if possible (#6122) 2023-03-14 22:52:51 +01:00
6127-yarn-ignore-warnings.yml Updating yarn.list to not fail when when warnings are emitted (#6129) 2023-03-14 23:00:23 +01:00
6131-fix-interfaces_file-for-no-leading-spaces.yml Interfaces file spaces fix (#6131) 2023-03-09 20:09:13 +01:00
6138-fix-yarn-global.yml Fix Yarn global not working without explicit executable path (#6138) 2023-03-04 10:09:14 +01:00
6149-openbsd_pkg-term.yml openbsd_pkg: set TERM to 'dumb' in execute_command (#6149) 2023-03-14 23:01:06 +01:00
6154-znode-optional-tls.yml add optional use_tls parameter (#6154) 2023-03-14 23:01:59 +01:00
6158-create-proxmox-vm-from-archive.yml Add archive param for proxmox_kvm module (#6159) 2023-03-25 08:24:28 +01:00
6160-add-command-make-output.yml [make] Provide built command in the module output (#6160) 2023-03-14 20:44:08 +01:00
6165-nmap-port.yml Adding support for -p option to specify port(s) to scan (#6165) 2023-03-19 13:27:10 +01:00
6180-replace-deprecated-badzipfile.yml Replace deprecated error with BadZipFile (#6180) 2023-03-22 07:39:18 +01:00
6192-allow-empty-resultsets.yml mssql_script: allow non-returning SQL statements (#6457) 2023-05-07 21:58:38 +02:00
6198-pipx-inject-install-apps.yml pipx: Allow injected modules to add apps (#6198) 2023-03-26 09:17:55 +02:00
6199-archive-generate-checksum-in-chunks.yml archive: Generate crc32 over 16MiB chunks (#6274) 2023-04-13 06:40:16 +02:00
6200-adding-open-option-to-nmap.yml Adding open option to nmap (#6200) 2023-03-26 09:29:55 +02:00
6203-add-append-option-to-ipa-hostgroup.yml Add append option to ipa_hostgroup module (#6203) 2023-04-22 22:55:36 +02:00
6206-dconf-booleans.yml dconf: three minor but useful fixes (#6206) 2023-04-13 06:52:14 +02:00
6208-hpe-thermal-fan-percent.yaml added hpe thermal config and fan percent min (#6208) 2023-03-25 23:18:21 +01:00
6210-add-worklog-functionality-to-jira.yml Add worklog functionality to jira module (#6210) 2023-03-26 09:31:06 +02:00
6211-rhsm-require-root.yml rhsm modules: cleanly fail when not run as root (#6211) 2023-03-22 13:15:32 +01:00
6212-pipx-include-injected.yml pipx: document parameters supported with state=latest, and fix include_injected parameter (#6212) 2023-03-30 07:28:24 +02:00
6224-download-certificate-via-api-bugfix.yml tss lookup - Dev.secret (#6431) 2023-05-03 22:12:09 +02:00
6227-xen-orchestra-check-response-id.yml Fixed XenOrchestra inventory plugin failing due to not checking response ID. (#6227) 2023-03-26 09:29:36 +02:00
6259-redhat_subscription-fix-force.yaml redhat_subscription: manually unregister only when registered (#6259) 2023-04-03 21:03:43 +02:00
6267-homebrew-cask-upgrade-all-greedy.yml homebrew: respect greedy flag for cask upgrade_all (#6267) 2023-04-13 06:41:23 +02:00
6269-mksysb-output.yml mksysb: improve visibility on the output (#6269) 2023-04-05 13:55:49 +02:00
6270-gconftool2-changed.yml gconftool2: fix change output (#6270) 2023-05-03 22:45:35 +02:00
6275-redhat_subscription-fix-environments-centos.yaml redhat_subscription: fix D-Bus option for environments on CentOS (#6275) 2023-04-03 21:26:56 +02:00
6277-add-topics-gitlab-project.yml Add support to topics on Gitlab Project module (#6278) 2023-04-03 22:02:20 +02:00
6286-icinga2_host-template-and-template-vars.yml icinga2_host: make use of templates and template vars (#6286) 2023-04-20 06:17:16 +02:00
6289-bugfix-flatpak-check-if-already-installed.yml Remove --app by flatpak check if already installed (ansible-collectio… (#6289) 2023-04-20 06:15:46 +02:00
6293-add-puppet-skip-tags-option.yaml Add skip_tags option to Puppet module (#6293) 2023-04-13 06:40:54 +02:00
6294-fix-one_vm-instantiation.yml one_vm: fix syntax error when creating VMs with a more complex template (#6294) 2023-04-16 13:22:49 +02:00
6296-LanceNero-Terraform_statefile_check.yml terraform: remote state file exists check issue (#6296) 2023-04-13 06:55:52 +02:00
6300-rundeck-modules-fixes-and-improvements.yml Rundeck modules fixes and improvements (#6300) 2023-04-16 13:23:39 +02:00
6303-pipx-fix-state-latest-and-add-system-site-packages.yml pipx: fix state=latest w/ install_deps=true (#6303) 2023-04-20 06:43:49 +02:00
6308-pipx-add-system-site-packages.yml pipx: Add support for system_site_packages (#6308) 2023-04-10 09:10:32 +02:00
6312-nmcli-add-macvlan-connection-type.yml nmcli: Add macvlan connection type support (#6312) 2023-04-16 13:22:11 +02:00
6318-add-form-flow.yml keycloak: Add option to create authentication sub-flow of type 'form flow' (#6318) 2023-04-22 22:55:56 +02:00
6319-redhat_subscription-fix-environment-parameter.yaml redhat_subscription: use CLI when using environments (#6319) 2023-04-13 07:17:53 +02:00
6334-dig-support-multiple-domains.yml dig: Support multiple domains in a single lookup (#6334) 2023-04-16 14:26:44 +02:00
6336-dconf-refactor.yml dconf: minor refactor (#6336) 2023-04-16 22:19:26 +02:00
6351-support-env-variables-to-nmap-dynamic-inventoiry.yaml Add support env variables for nmap inventory plugin (#6352) 2023-04-22 22:56:13 +02:00
6361-snap-alias-regex-bugfix.yml snap_alias: fix regex expression when listing aliases (#6361) 2023-04-20 06:56:21 +02:00
6382-udm-dns-record-refactor.yml udm_dns_record: minor refactor (#6382) 2023-04-23 14:01:53 +02:00
6383-deps-failed.yml deps module utils: add function failed() to retrieve dependencies check result (#6383) 2023-04-23 14:04:37 +02:00
6385-cpan-mh-feat.yml cpanm: apply MH feature (#6385) 2023-04-22 22:58:02 +02:00
6401-rhsm_release-required.yml rhsm_release: removing required=true for 'release' option (#6401) 2023-04-23 16:51:05 +02:00
6404-ini_file-section.yml ini_file: removing required=true for 'section' option (#6404) 2023-04-23 16:51:18 +02:00
6428-removals.yml Prepare main for 7.0.0 (#6428) 2023-04-26 07:32:00 +02:00
6440-dnsimple-info-refactor.yml dnsimple_info: minor refactor (#6440) 2023-05-03 22:43:51 +02:00
6441-snap_alias-refactor.yml snap_alias: refactor code out to module utils (#6441) 2023-04-28 10:02:07 +02:00
6448-proxmox-kvm-migration-support.yml modules/proxmox_kvm: initial support for online migrations (#6448) 2023-05-06 16:07:25 +02:00
6456-fix-portage-withbdeps-false.yml modules/portage: fix usage with withbdeps: false (#6456) 2023-05-03 22:44:28 +02:00
6458-puppet-noop.yml puppet: fix noop parameter error (#6458) 2023-05-03 22:45:01 +02:00
6464-mh-imports.yml ModuleHelper: updated/fixed imports in module_utils/module_helper.py (#6464) 2023-05-02 20:48:46 +02:00
6465-mh-deps-deprecation.yml MH mh/mixins/deps.py: deprecation (#6465) 2023-05-02 20:48:11 +02:00
6468-snap-cmdrunner.yml snap: now using CmdRunner (#6468) 2023-05-07 20:22:53 +02:00
6473-ldap_search.yml ldap_search: make sure output is always UTF-8 (by allowing to Base64 encode specific values, and force-converting everything else) (#6475) 2023-05-05 07:56:48 +02:00
6497-terraform-fix.yml terraform: fix warn() call (#6497) 2023-05-07 20:57:54 +02:00
deps.yml deps module util: fix overzealous name cropping (#6479) 2023-05-04 19:50:39 +12:00
passwordstore-lock.yml passwordstore plugin: vendor FileLock that was removed from ansible-core devel (#6447) 2023-04-28 12:08:45 +02:00
remove-unneeded-imports.yml Remove unneccessary imports (#5940) 2023-02-12 19:48:39 +01:00
xxxx-ldap-ca-cert-file.yml ldap moduls: add optional ca_cert_file option (#6185) 2023-03-22 07:39:58 +01:00