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
patchback[bot] 7b66573df0
[PR #8075/4363f876 backport][stable-8] ini_file - support optional spaces around section names (#8135)
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>
(cherry picked from commit 4363f8764b)

Co-authored-by: Todd Lewis <utoddl@gmail.com>
2024-03-24 18:26:01 +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 [PR #7625/3b779eca backport][stable-8] Fix bad expressions in tests (#7629) 2023-11-29 07:30:10 +01:00
ansible_galaxy_install [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
apache2_module Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
apk [PR #7992/ffa3d158 backport][stable-8] Implement integration tests for apk (#8008) 2024-02-22 21:03:56 +01:00
archive [PR #7625/3b779eca backport][stable-8] Fix bad expressions in tests (#7629) 2023-11-29 07:30:10 +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 [stable-8] Add default_without_diff callback (#7949) (#7968) 2024-02-15 07:16:58 +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 [PR #8103/1c4197aa backport][stable-8] Skip cloud_init_data_facts tests on OpenSuSE Leap 15 (#8109) 2024-03-17 17:17:40 +01:00
cmd_runner [PR #7807/ee8b1570 backport][stable-8] Fix failing sanity and integration tests (#7809) 2024-01-04 23:24:38 +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 [PR #7726/6d74e0c6 backport][stable-8] Introduce an Incus connection plugin (#7770) 2023-12-28 09:33:30 +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 [PR #8091/67736d79 backport][stable-8] Fix consul_token usage without accessor_id. (#8097) 2024-03-14 23:39:10 +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 [PR #7625/3b779eca backport][stable-8] Fix bad expressions in tests (#7629) 2023-11-29 07:30:10 +01:00
discord Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
django_manage [PR #7524/32fa588f backport][stable-8] CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7531) 2023-11-16 07:55:14 +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 [PR #7705/aea238e5 backport][stable-8] Fix integration tests on Arch (#7708) 2023-12-09 17:30:33 +01:00
etcd3 [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filesize [stable-8] filesize: use 2 TB instead of 4 TB in sparse file tests (#7935) (#7938) 2024-02-03 15:22:17 +01:00
filesystem Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
filter_counter [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_dict [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_dict_kv [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_from_csv [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_from_ini [PR #7743/ec6dfe2f backport][stable-8] Adding a new filter: from_ini, which allows conversion of INI content to a dictionary (#7769) 2023-12-28 09:33:18 +01:00
filter_groupby_as_dict [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_hashids [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_jc [PR #8122/47b4cf76 backport][stable-8] CI: Add FreeBSD 13.3 and 14.0 for devel, move FreeBSD 13.2 to stable-2.16 (#8125) 2024-03-22 06:25:23 +01:00
filter_json_query [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_lists [PR #7985/102a0857 backport][stable-8] New filters to calculate the union, intersection, difference and symmetric difference of lists by preserving the items order (#8020) 2024-02-23 20:48:50 +01:00
filter_lists_mergeby [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_path_join_shim [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_random_mac [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_time [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_to_ini [PR #7744/ec12422f backport][stable-8] Adding a new filter: to_ini, which allows conversion of a dictionary to an INI formatted string (#7772) 2023-12-28 09:34:13 +01:00
filter_unicode_normalize [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
filter_version_sort [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +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 [PR #7260/07bac177 backport][stable-8] git_config: support multiple values for same name (#7672) 2023-12-03 09:49:20 +01:00
git_config_info [PR #7587/1b9d437b backport][stable-8] New module git config info (#7638) 2023-11-29 13:26:41 +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 [PR #7964/f6d0b35b backport][stable-8] GitLab group and project access token modules (#8031) 2024-02-25 21:26:30 +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 [PR #7539/f4a87fdb backport][stable-8] New module: gitlab_issue.py (#7667) 2023-12-02 21:26:10 +01:00
gitlab_label [stable-8] New module: gitlab_label (#7657) (#7900) 2024-01-27 10:23:19 +01:00
gitlab_merge_request New module: gitlab_merge_request.py (#6605) 2023-06-15 06:55:49 +02:00
gitlab_milestone [PR #7824/4298f2dd backport][stable-8] New module: gitlab_milestone (#7899) 2024-01-27 10:23:38 +01:00
gitlab_project More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_project_access_token [PR #7964/f6d0b35b backport][stable-8] GitLab group and project access token modules (#8031) 2024-02-25 21:26:30 +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 [PR #7870/be3bfd6f backport][stable-8] Detection of already installed homebrew cask (#7904) 2024-01-27 10:37:13 +01:00
homebrew_cask [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
homectl [PR #7524/32fa588f backport][stable-8] CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7531) 2023-11-16 07:55:14 +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 [PR #8075/4363f876 backport][stable-8] ini_file - support optional spaces around section names (#8135) 2024-03-24 18:26:01 +01:00
interfaces_file [PR #7612/5adb7ab9 backport][stable-8] interfaces_file: filter by address_familiy when updating method (#7616) 2023-11-26 20:30:55 +01:00
ipify_facts [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +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 [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
iso_customize [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
iso_extract [PR #8122/47b4cf76 backport][stable-8] CI: Add FreeBSD 13.3 and 14.0 for devel, move FreeBSD 13.2 to stable-2.16 (#8125) 2024-03-22 06:25:23 +01:00
java_cert [PR #7541/b8ecb167 backport][stable-8] CI: devel supports Fedora 39, and no longer Fedora 38 (#7548) 2023-11-18 14:34:13 +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 [PR #7881/001292c7 backport][stable-8] Fixes #1226 - keycloak_client detects changes on check_mode but not in run mode (#7979) 2024-02-17 22:48:40 +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 [PR #7694/e99b5086 backport][stable-8] Keycloak components info (#7787) 2023-12-28 17:27:48 +00:00
keycloak_group Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
keycloak_group_rolemapping [PR #7663/f7bc6964 backport][stable-8] Add keycloak_realm_rolemapping module to map realm roles to groups (#7785) 2023-12-28 17:28:03 +00:00
keycloak_identity_provider [PR #7418/fd0d05d6 backport][stable-8] Bugfix: keycloak_identity_provider does not handle mapper changes properly (#7775) 2023-12-28 09:59:46 +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 [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lookup_collection_version Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
lookup_dependent [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lookup_dig [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lookup_etcd3 [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lookup_flattened [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lookup_lmdb_kv [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lookup_merge_variables [PR #7999/0ded1109 backport][stable-8] feat(lookup/merge_variables): Add all hosts mode to collect configuration across multiple hosts (#8069) 2024-03-09 12:42:22 +00:00
lookup_passwordstore [PR #7656/096d36ad backport][stable-8] passwordstore tests: re-enable gopass on Debian-like systems (#7658) 2023-12-01 18:03:28 +01:00
lookup_random_pet [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lookup_random_string [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lookup_random_words [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +01:00
lvg [PR #7625/3b779eca backport][stable-8] Fix bad expressions in tests (#7629) 2023-11-29 07:30:10 +01:00
lvg_rename lvg_rename: New module to support VG renaming (#6721) 2023-06-19 13:11:03 +02:00
lvol [PR #7676/a599afa3 backport][stable-8] lvol: Change `pvs` argument type to list (of str) (#7681) 2023-12-04 06:26:57 +01:00
lxd_project Fix more copyright lines, add more default copyright lines (#5095) 2022-08-08 14:24:58 +02:00
mail [PR #7541/b8ecb167 backport][stable-8] CI: devel supports Fedora 39, and no longer Fedora 38 (#7548) 2023-11-18 14:34:13 +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 [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +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 [PR #7480/74e941e4 backport][stable-8] Disable nomad tests (#7484) 2023-11-04 14:01:15 +01:00
npm npm: replace test with required_if (#6848) 2023-07-05 22:07:58 +02:00
odbc [PR #7534/89f12c87 backport][stable-8] CI: remove skip/python2.6 from aliases (#7537) 2023-11-16 21:22:07 +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 [PR #7631/dbba0d19 backport][stable-8] Fix osx_defaults tests (#7633) 2023-11-29 07:47:19 +01:00
pacman [PR #8102/23fbc5e2 backport][stable-8] Fix pacman tests in CI (#8106) 2024-03-17 17:01:07 +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 [PR #7807/ee8b1570 backport][stable-8] Fix failing sanity and integration tests (#7809) 2024-01-04 23:24:38 +01:00
pipx [PR #7506/c2e578cb backport][stable-8] pipx: change parameter formatter for pip_args (#7514) 2023-11-11 12:36:48 +01:00
pipx_info Temporarily disable pipx tests (#6874) 2023-07-07 07:43:28 +02:00
pkgng [PR #8122/47b4cf76 backport][stable-8] CI: Add FreeBSD 13.3 and 14.0 for devel, move FreeBSD 13.2 to stable-2.16 (#8125) 2024-03-22 06:25:23 +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 [stable-8] Proxmox add storage content listing (#7725) (#7803) 2023-12-31 15:43:43 +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 [PR #7709/0c7b9e50 backport][stable-8] Fix keytool setup on Debian Bookworm (#7712) 2023-12-10 09:14:47 +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 [PR #7705/aea238e5 backport][stable-8] Fix integration tests on Arch (#7708) 2023-12-09 17:30:33 +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 [PR #7524/32fa588f backport][stable-8] CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7531) 2023-11-16 07:55:14 +01:00
setup_tls [PR #7858/002208f4 backport][stable-8] Make compatible with newer reuse versions (#7860) 2024-01-18 07:10:56 +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 [PR #7703/5e5e1963 backport][stable-8] ssh_config: Add add_keys_to_agent option (#7735) 2023-12-17 15:43:36 +01:00
sudoers [PR #7983/49bd9cbd backport][stable-8] Add noexec support to sudoers (#8012) 2024-02-23 07:08:04 +00:00
supervisorctl Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
sysrc [PR #7543/b3c661a9 backport][stable-8] sysrc: FreeBSD jail test no longer works with FreeBSD 13.1 (#7546) 2023-11-18 14:01:43 +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 [PR #7533/2a5e7c33 backport][stable-8] Add test fqdn_valid (#7567) 2023-11-22 09:26:17 +01:00
timezone [PR #7831/8891f559 backport][stable-8] Disable timezone tests on Arch Linux (#7835) 2024-01-13 11:00:23 +01:00
ufw [PR #7524/32fa588f backport][stable-8] CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7531) 2023-11-16 07:55:14 +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 [PR #7827/87866477 backport][stable-8] CI: fix xml tests on RHEL 8 (#7830) 2024-01-13 10:11:39 +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