community.general/tests/integration/targets
Max Gautier a789bd128f
Add the accumulate filter (#9133)
* Add the accumulate filter

- Add myself as a maintainer for it.
- Some integration tests.

* accumulate: fix documentation and add test aliases

The aliases file was copied over from
tests/integrations/targets/filter_dict/aliases as the documentation[1]
suggests to use the same group as existing similar tests.

[1]: https://docs.ansible.com/ansible/latest/dev_guide/testing/sanity/integration-aliases.html

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

* accumulate: documentation: markup consistency with other plugins

Suggested-by: Felix Fontein <felix@fontein.de>
Suggested-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* filter/accumulate: Validate input is a Sequence

Accepting arbitrary iterables might lead to surprising behavior so we
are stricter on what we accept in the filter.
Relaxing those requirements is easier than retrofitting them, in terms
of backwards compatibility.

Suggested-by: Felix Fontein <felix@fontein.de>
Signed-off-by: Max Gautier <mg@max.gautier.name>

* filter/accumulate: Document the behavior with a string

Signed-off-by: Max Gautier <mg@max.gautier.name>

---------

Signed-off-by: Max Gautier <mg@max.gautier.name>
2024-12-02 20:20: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 alternatives: add support for "family" parameter (#9096) 2024-11-16 18:34:09 +01:00
ansible_galaxy_install ansible_galaxy_install: add upgrade feature (#8431) 2024-06-02 00:17:26 +02: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_timestamp feat: implement timestamp callback plugin to show simple timestamp for each header (#8308) 2024-05-18 15:41:34 +02:00
callback_yaml Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
cargo cargo module install from source in a given directory (#8480) 2024-06-17 07:15:31 +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 10.0.0: CmdRunner: remove deprecated feature (#8928) 2024-09-26 12:01:36 +03: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 Consul implement agent service and check (#7989) 2024-06-16 09:32:55 +02:00
copr respawn copr module when dnf is missing (#6522) 2023-05-29 18:52:50 +02:00
cpanm Disable cpanm tests for RHEL 7 and CentOS 7 (#8312) 2024-05-05 20:32:11 +02:00
cronvar Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
decompress Add decompress module (#9175) 2024-12-02 20:16:00 +01: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_command python_runner/django_command: bugfixes (#8944) 2024-09-30 09:45:32 +03:00
django_manage django_manage: rely on package idempotency to install virtualenv (#8644) 2024-08-10 08:19:58 +02: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 Finish updating CI (#8537) 2024-06-18 23:48:37 +02: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 filesystem: add bcachefs support (#8126) 2024-04-20 12:14:15 +02:00
filter_accumulate Add the accumulate filter (#9133) 2024-12-02 20:20:13 +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 fix: Ensuring interpolation is disabled for ConfigParser (#8185) 2024-04-09 08:01:44 +02: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: Replace FreeBSD 14.0 with 14.1; add 14.0 for stable-2.17 (#8550) 2024-06-21 20:01:05 +00:00
filter_json_query CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_keep_keys Feature. Add chapter 'Lists of dictionaries' to docsite (#8482) 2024-07-05 08:42:35 +02: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_remove_keys Feature. Add chapter 'Lists of dictionaries' to docsite (#8482) 2024-07-05 08:42:35 +02:00
filter_replace_keys Feature. Add chapter 'Lists of dictionaries' to docsite (#8482) 2024-07-05 08:42:35 +02:00
filter_reveal_ansible_type New Plugins #8594 (#8595) 2024-07-13 13:32:36 +02:00
filter_time CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_to_ini fix: Ensuring interpolation is disabled for ConfigParser (#8185) 2024-04-09 08:01:44 +02: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 Add support for state=latest to flatpak module (#8221) 2024-04-21 20:09:54 +02:00
flatpak_remote Add enabled parameter to flatpak_remote (#5926) 2023-02-25 22:40:17 +01:00
gandi_livedns Remove invalid cloud/gandi entry (#8725) 2024-08-07 16:31:12 +02:00
gem Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
git_config git_config: fix state=absent if value is present (#8452) 2024-06-06 07:35:54 +02:00
git_config_info New module git config info (#7587) 2023-11-29 08:37:50 +01:00
github_app_access_token github_app_access_token: add support for private key fact (#8989) 2024-10-21 20:53:18 +02: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 Greatly speed up homebrew module when multiple packages are passed in the name key (#9181) 2024-12-02 20:17:04 +01:00
homebrew_cask CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
homebrew_services homebrew: Add support for services functions (#8329) 2024-08-01 17:11:23 +02:00
homectl udm_user, homectl: use legacycrypt on Python 3.13+ (#8987) 2024-10-07 21:56:37 +02: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 - add feature 'section_has_values' (#7505) 2024-04-20 12:12:55 +02: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 Finish updating CI (#8537) 2024-06-18 23:48:37 +02: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 Add FreeBSD 13.4 to CI (#9109) 2024-11-08 23:05:35 +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 Keycloak set client authentification flows by name (#8428) 2024-06-17 07:06:47 +02:00
keycloak_client_rolescope Keycloak client role scope (#8252) 2024-04-21 20:10:03 +02: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 keycloak_userprofile: new module (#8651) 2024-09-09 13:51:07 +02: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 Fix sanitize for keycloak_identitiy_provider. (#8355) 2024-05-15 18:46:12 +02: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
keycloak_userprofile keycloak_userprofile: new module (#8651) 2024-09-09 13:51:07 +02: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: add testcase for de_CH.utf8 (#9176) 2024-11-23 10:47:22 +13: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: ansible-core devel removed Python 3.7 support, no longer allows 'vars:' with lists (#8190) 2024-04-04 22:51:32 +02:00
lookup_merge_variables bug(lookup/merge_variables): Fix rendering foreign variables (#8303) 2024-05-11 16:51:51 +02: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 Change MH to use the module_utils.vardict.VarDict (#8226) 2024-04-24 08:07:29 +12:00
monit CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
mqtt Finish updating CI (#8537) 2024-06-18 23:48:37 +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 Finish updating CI (#8537) 2024-06-18 23:48:37 +02:00
one_host Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
one_image one_image/one_image_info: refactor (#8889) 2024-10-05 15:02:01 +02:00
one_image_info one_image/one_image_info: refactor (#8889) 2024-10-05 15:02:01 +02:00
one_template Remove currently unneeded generic tests from CI (#5786) 2023-01-07 14:08:34 +01:00
one_vnet Add one_vnet module (#8769) 2024-09-08 14:24:33 +02: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/pipx_info: add return value version (#9180) 2024-11-24 22:10:19 +01:00
pipx_info Fix pipx tests (#8665) 2024-07-23 18:00:44 +02:00
pkgng Add FreeBSD 13.4 to CI (#9109) 2024-11-08 23:05:35 +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 10.0.0: remove deprecated features (#8918) 2024-09-28 08:11:21 +03: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 Finish updating CI (#8537) 2024-06-18 23:48:37 +02: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_os_pkg_name/tasks django_manage: rely on package idempotency to install virtualenv (#8644) 2024-08-10 08:19:58 +02:00
setup_pkg_mgr/tasks Fix CI for CentOS 7 (#8567) 2024-07-01 13:43:56 +02:00
setup_postgresql_db Finish updating CI (#8537) 2024-06-18 23:48:37 +02: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 Finish updating CI (#8537) 2024-06-18 23:48:37 +02: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 tests: re-enable test for --dangerous using smaller snap (#8861) 2024-09-13 22:46:48 +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 dynamicforward option (#9192) 2024-12-02 20:18:56 +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_ansible_type New Plugins #8594 (#8595) 2024-07-13 13:32:36 +02:00
test_fqdn_valid Add test fqdn_valid (#7533) 2023-11-22 09:12:00 +01:00
timezone Skip timezone test on RHEL 7.9 VMs (#9035) 2024-10-19 14:05:48 +02:00
ufw Finish updating CI (#8537) 2024-06-18 23:48:37 +02: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 Add zypper_repository_info module (#8778) 2024-10-12 10:05:34 +02:00