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/tests/integration/targets
Todd Lewis 4363f8764b
ini_file - support optional spaces around section names (#8075)
* ini_file - support optional spaces between section names and their surrounding brackets

Some ini files have spaces between some of their section names and the
brackets that enclose them. This is documented in the 'openssl.cnf(5)' man
page. In order to manage files such as /etc/ssl/openssl.cnf with ini_file
before now, one would have to include spaces in the section name like this:
    section: ' crypto_policy '
    option: Options
    value: UnsafeLegacyRenegotiation

This change implements matching section headers with such optional spaces.
Existing tasks using the workaround above will continue to work, even in
cases where spaces in section headers are subsequently removed.

* readability improvement in the test content expressions

---------

Co-authored-by: Todd Lewis <todd_lewis@unc.edu>
2024-03-24 18:02:13 +01:00
..
aix_devices More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
aix_filesystem Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
alerta_customer Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
alternatives Fix bad expressions in tests (#7625) 2023-11-29 06:53:48 +01:00
ansible_galaxy_install CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
apache2_module Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
apk Implement integration tests for apk (#7992) 2024-02-22 20:48:11 +01:00
archive Fix bad expressions in tests (#7625) 2023-11-29 06:53:48 +01:00
btrfs_subvolume Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
callback Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
callback_default_without_diff Add default_without_diff callback (#7949) 2024-02-14 22:53:16 +01:00
callback_diy Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
callback_log_plays Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
callback_yaml Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
cargo Add executable option to cargo (#7352) 2023-10-06 07:41:02 +02:00
cloud_init_data_facts Skip cloud_init_data_facts tests on OpenSuSE Leap 15 (#8103) 2024-03-17 17:10:20 +01:00
cmd_runner Fix failing sanity and integration tests (#7807) 2024-01-04 22:46:37 +01:00
connection Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
connection_chroot Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
connection_incus Introduce an Incus connection plugin (#7726) 2023-12-28 08:32:31 +01:00
connection_jail Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
connection_lxc Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
connection_lxd Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
connection_posix Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
consul Fix consul_token usage without accessor_id. (#8091) 2024-03-14 23:14:37 +01:00
copr respawn copr module when dnf is missing (#6522) 2023-05-29 18:52:50 +02:00
cpanm Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
cronvar Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
deploy_helper Fix bad expressions in tests (#7625) 2023-11-29 06:53:48 +01:00
discord Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
django_manage CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7524) 2023-11-15 22:21:39 +01:00
dnf_versionlock Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
dpkg_divert Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
ejabberd_user Fix integration tests on Arch (#7705) 2023-12-09 17:21:05 +01:00
etcd3 CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filesize filesize: use 2 TB instead of 4 TB in sparse file tests (#7935) 2024-02-03 15:06:35 +01:00
filesystem Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
filter_counter CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_dict CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_dict_kv CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_from_csv CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_from_ini Adding a new filter: from_ini, which allows conversion of INI content to a dictionary (#7743) 2023-12-28 08:32:21 +01:00
filter_groupby_as_dict CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_hashids CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_jc CI: Add FreeBSD 13.3 and 14.0 for devel, move FreeBSD 13.2 to stable-2.16 (#8122) 2024-03-21 22:15:52 +01:00
filter_json_query CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_lists New filters to calculate the union, intersection, difference and symmetric difference of lists by preserving the items order (#7985) 2024-02-23 20:35:09 +01:00
filter_lists_mergeby CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_path_join_shim CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_random_mac CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_time CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_to_ini Adding a new filter: to_ini, which allows conversion of a dictionary to an INI formatted string (#7744) 2023-12-28 08:32:57 +01:00
filter_unicode_normalize CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_version_sort CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
flatpak Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
flatpak_remote Add enabled parameter to flatpak_remote (#5926) 2023-02-25 22:40:17 +01:00
gandi_livedns Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
gem Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
git_config git_config: support multiple values for same name (#7260) 2023-12-03 09:41:34 +01:00
git_config_info New module git config info (#7587) 2023-11-29 08:37:50 +01:00
github_issue More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_branch More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_deploy_key More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_group Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
gitlab_group_access_token GitLab group and project access token modules (#7964) 2024-02-25 19:44:49 +01:00
gitlab_group_members Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
gitlab_group_variable More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_hook More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_instance_variable gitlab modules: added instance variable (#6524) 2023-05-29 18:55:42 +02:00
gitlab_issue New module: gitlab_issue.py (#7539) 2023-12-02 20:55:19 +01:00
gitlab_label New module: gitlab_label (#7657) 2024-01-26 23:31:22 +01:00
gitlab_merge_request New module: gitlab_merge_request.py (#6605) 2023-06-15 06:55:49 +02:00
gitlab_milestone New module: gitlab_milestone (#7824) 2024-01-26 23:30:35 +01:00
gitlab_project More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_project_access_token GitLab group and project access token modules (#7964) 2024-02-25 19:44:49 +01:00
gitlab_project_badge More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_project_members Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
gitlab_project_variable More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_runner More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_user More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
hg Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
homebrew Detection of already installed homebrew cask (#7870) 2024-01-27 10:23:52 +01:00
homebrew_cask CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
homectl CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7524) 2023-11-15 22:21:39 +01:00
htpasswd htpasswd: add integration tests (#6847) 2023-07-04 20:07:10 +02:00
hwc_ecs_instance Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_evs_disk Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_network_vpc Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
hwc_smn_topic Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
hwc_vpc_eip More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
hwc_vpc_peering_connect Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_port More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
hwc_vpc_private_ip More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
hwc_vpc_route Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_security_group Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_security_group_rule Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
hwc_vpc_subnet More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
ilo_redfish_command Adding CheckiLORebootStatus functionality to ilo_redfish_command (#6115) 2023-04-16 13:06:12 +02:00
ilo_redfish_config Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
ilo_redfish_info Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
influxdb_user CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
ini_file ini_file - support optional spaces around section names (#8075) 2024-03-24 18:02:13 +01:00
interfaces_file interfaces_file: filter by address_familiy when updating method (#7612) 2023-11-26 19:34:13 +01:00
ipify_facts CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
iptables_state Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
ipwcli_dns Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
iso_create CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
iso_customize CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
iso_extract CI: Add FreeBSD 13.3 and 14.0 for devel, move FreeBSD 13.2 to stable-2.16 (#8122) 2024-03-21 22:15:52 +01:00
java_cert CI: devel supports Fedora 39, and no longer Fedora 38 (#7541) 2023-11-18 14:03:16 +01:00
java_keystore Skip java_cert and java_keystore tests on RHEL (#6995) 2023-07-23 22:32:57 +02:00
jboss Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
jira Add worklog functionality to jira module (#6210) 2023-03-26 09:31:06 +02:00
kdeconfig Fix kdeconfig tests (#6412) 2023-04-23 17:51:33 +02:00
kernel_blacklist kernel_blacklist: bugfix (#7382) 2023-10-18 20:53:31 +02:00
keycloak_authz_authorization_scope Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
keycloak_authz_custom_policy Add keycloak_authz_custom_policy module (#7126) 2023-09-19 18:07:25 +02:00
keycloak_authz_permission Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
keycloak_client Fixes #1226 - keycloak_client detects changes on check_mode but not in run mode (#7881) 2024-02-17 12:31:45 +01:00
keycloak_clientscope_type Add a module to set the keycloak client scope type (#6322) 2023-04-22 22:55:46 +02:00
keycloak_clientsecret_info New Module: Keycloak ClientSecret with PR changes (#5606) 2022-12-05 06:22:14 +01:00
keycloak_clientsecret_regenerate New Module: Keycloak ClientSecret with PR changes (#5606) 2022-12-05 06:22:14 +01:00
keycloak_component_info Keycloak components info (#7694) 2023-12-28 18:11:55 +01:00
keycloak_group Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
keycloak_group_rolemapping Add keycloak_realm_rolemapping module to map realm roles to groups (#7663) 2023-12-28 18:11:32 +01:00
keycloak_identity_provider Bugfix: keycloak_identity_provider does not handle mapper changes properly (#7418) 2023-12-28 09:50:01 +01:00
keycloak_realm_key Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
keycloak_role Inspq keycloak role composites (#6469) 2023-06-15 06:57:30 +02:00
keycloak_user Inspq keycloak user module (#6476) 2023-06-09 06:17:44 +02:00
keycloak_user_federation bugfixing keycloak user federation failing when updating default mapper simultaneously (#5750) 2023-01-22 17:28:33 +01:00
keycloak_user_rolemapping More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
keyring Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
launchd Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
ldap_search plugins/modules/ldap_search: Add support for multipage searches (#6648) 2023-06-15 07:19:55 +02:00
listen_ports_facts Add Debian Bookworm to CI (#6779) 2023-06-24 16:29:16 +02:00
locale_gen locale_gen: works with C.UTF-8 (#6774) 2023-06-30 06:39:11 +02:00
lookup_cartesian CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_collection_version Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lookup_dependent CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_dig CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_etcd3 CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_flattened CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_lmdb_kv CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_merge_variables feat(lookup/merge_variables): Add all hosts mode to collect configuration across multiple hosts (#7999) 2024-03-08 07:25:39 +01:00
lookup_passwordstore passwordstore tests: re-enable gopass on Debian-like systems (#7656) 2023-12-01 16:39:51 +00:00
lookup_random_pet CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_random_string CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_random_words CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lvg Fix bad expressions in tests (#7625) 2023-11-29 06:53:48 +01:00
lvg_rename lvg_rename: New module to support VG renaming (#6721) 2023-06-19 13:11:03 +02:00
lvol lvol: Change `pvs` argument type to list (of str) (#7676) 2023-12-04 05:58:55 +01:00
lxd_project Fix more copyright lines, add more default copyright lines (#5095) 2022-08-08 14:24:58 +02:00
mail CI: devel supports Fedora 39, and no longer Fedora 38 (#7541) 2023-11-18 14:03:16 +01:00
mas Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
memset_dns_reload Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_memstore_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_server_info Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_zone Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_zone_domain Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
memset_zone_record Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
module_helper Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
monit CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
mqtt CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
mssql_script mssql_script: allow non-returning SQL statements (#6457) 2023-05-07 21:58:38 +02:00
nomad Disable nomad tests (#7480) 2023-11-04 13:44:05 +01:00
npm npm: replace test with required_if (#6848) 2023-07-05 22:07:58 +02:00
odbc CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
one_host Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
one_template Remove currently unneeded generic tests from CI (#5786) 2023-01-07 14:08:34 +01:00
osx_defaults Fix osx_defaults tests (#7631) 2023-11-29 07:40:32 +01:00
pacman Fix pacman tests in CI (#8102) 2024-03-17 16:49:10 +01:00
pagerduty_user Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
pam_limits Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
pamd Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
parted parted: add integration test (#6337) 2023-04-16 15:34:53 +02:00
pids Fix failing sanity and integration tests (#7807) 2024-01-04 22:46:37 +01:00
pipx pipx: change parameter formatter for pip_args (#7506) 2023-11-11 11:59:44 +01:00
pipx_info Temporarily disable pipx tests (#6874) 2023-07-07 07:43:28 +02:00
pkgng CI: Add FreeBSD 13.3 and 14.0 for devel, move FreeBSD 13.2 to stable-2.16 (#8122) 2024-03-21 22:15:52 +01:00
pkgutil Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
pnpm pnpm: version should not be latest when state is latest (#7339) 2023-10-04 08:34:27 +02:00
proxmox Proxmox add storage content listing (#7725) 2023-12-31 15:21:20 +01:00
proxmox_pool New Proxmox VE modules to handle pools and their membership (#6604) 2023-06-05 21:17:31 +02:00
proxmox_template [proxmox_template] Fix error while uploading big ISO to Proxmox VE cluster (#6757) 2023-07-02 21:48:26 +02:00
python_requirements_info Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
read_csv csv module utils: detect unicode BOM in content (#6662) 2023-06-15 07:19:16 +02:00
redis_info Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
rundeck More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
scaleway_compute Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_container Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_container_info [Scaleway] Add module to manage containers (#5496) 2022-11-07 21:04:55 +01:00
scaleway_container_namespace Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_container_namespace_info [Scaleway] Add module to manage container namespaces (#5416) 2022-11-05 20:44:33 +00:00
scaleway_container_registry Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_container_registry_info [Scaleway] Add module to manage container registries (#5399) 2022-10-23 17:18:06 +02:00
scaleway_database_backup Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_function Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_function_info [Scaleway] Add module to manage functions (#5463) 2022-11-05 20:43:47 +00:00
scaleway_function_namespace Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_function_namespace_info [Scaleway] Add module to manage function namespaces (#5415) 2022-11-02 20:11:04 +01:00
scaleway_image_info Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_ip Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_ip_info Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_lb Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_organization_info Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_security_group Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_security_group_info Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_security_group_rule Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_server_info Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_snapshot_info Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_sshkey Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_user_data Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
scaleway_volume Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
scaleway_volume_info Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
sefcontext CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
sensu_client Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
sensu_handler CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
setup_cron Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_docker setup_docker: handlers to stop service and remove requests (#7022) 2023-07-28 11:16:25 +02:00
setup_epel/tasks Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_etcd3 Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
setup_flatpak_remote Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
setup_gnutar Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_influxdb/tasks CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
setup_java_keytool Fix keytool setup on Debian Bookworm (#7709) 2023-12-09 23:47:48 +01:00
setup_mosquitto CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
setup_openldap plugins/modules/ldap_search: Add support for multipage searches (#6648) 2023-06-15 07:19:55 +02:00
setup_opennebula Make sure all files have trailing newline (#5076) 2022-08-05 21:08:41 +02:00
setup_openssl More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
setup_pkg_mgr/tasks CI: make sure EXTERNALLY-MANAGED is absent on Arch Linux (#7172) 2023-08-29 21:05:34 +02:00
setup_postgresql_db Fix integration tests on Arch (#7705) 2023-12-09 17:21:05 +01:00
setup_redis_replication Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
setup_remote_constraints Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_remote_tmp_dir Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_remote_tmp_dir_outside_tmp Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_rundeck Add simple license headers, not completely at top. (#5080) 2022-08-05 21:31:34 +02:00
setup_snap CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7524) 2023-11-15 22:21:39 +01:00
setup_tls Make compatible with newer reuse versions (#7858) 2024-01-17 23:17:07 +01:00
setup_wildfly_server Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
shutdown freebsd: shutdown -p ... on freebsd to power off machine (#7102) 2023-08-14 19:41:47 +02:00
snap snap: fix case when snap list is empty (#7124) 2023-08-18 07:36:06 +02:00
snap_alias snap_alias: fix regex expression when listing aliases (#6361) 2023-04-20 06:56:21 +02:00
spectrum_model_attrs Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
ssh_config Add ssh_config module option for identities_only (#7704) 2023-12-17 15:14:24 +01:00
sudoers Add noexec support to sudoers (#7983) 2024-02-23 06:36:45 +01:00
supervisorctl Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
sysrc sysrc: FreeBSD jail test no longer works with FreeBSD 13.1 (#7543) 2023-11-18 13:51:00 +01:00
terraform Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
test_a_module Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
test_fqdn_valid Add test fqdn_valid (#7533) 2023-11-22 09:12:00 +01:00
timezone Disable timezone tests on Arch Linux (#7831) 2024-01-13 10:11:24 +01:00
ufw CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7524) 2023-11-15 22:21:39 +01:00
wakeonlan Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
xattr CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
xfs_quota Fixes #5143: xfs_quota fails to initialize new project quotas (#6387) 2023-05-06 07:12:21 +02:00
xml CI: fix xml tests on RHEL 8 (#7827) 2024-01-13 09:57:58 +01:00
yarn CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
yum_versionlock Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
zypper CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00
zypper_repository CI: include has finally been removed in ansible-core devel (#6535) 2023-05-19 20:25:04 +02:00