1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-07 10:30:05 +00:00
community.general/tests/integration/targets
Alexei Znamensky 38d49d240e
yarn: add Alpine Linux support in integration tests (#11943)
* test(yarn): add Alpine Linux support via apk

Install nodejs and yarn via apk on Alpine, sharing the functional
test block with the existing non-Alpine (pre-built binary) path.
Extracts the test block into tests.yml to avoid duplication.

Fixes #4270

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(yarn): skip Node.js runtime warnings in stderr processing

Node.js 24 emits DeprecationWarning lines to stderr (e.g. for url.parse())
that are not JSON, causing _process_yarn_error to fail with "Unexpected
stderr output from Yarn". Skip lines starting with "(node:" before
attempting JSON parsing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* test(yarn): add changelog fragment for #11943

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(yarn): only JSON-parse lines starting with '{' in stderr

Node.js 24 emits multi-line DeprecationWarnings to stderr (e.g. the hint
line "(Use `node --trace-deprecation ...`") that are not JSON and were
tripping the "Unexpected stderr output from Yarn" failure. Yarn's
structured output always starts with '{', so skip any line that doesn't.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* test(yarn): install sqlite on Alpine to fix nodejs 22 symbol error

On Alpine 3.21 nodejs 22 requires SQLite session extension symbols
(sqlite3session_*) that are not present in sqlite-libs; installing
the full sqlite package provides them.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* test(yarn): refresh apk cache and upgrade sqlite-libs before installing nodejs

The CI Alpine container may have a stale sqlite-libs that lacks the
session extension symbols (sqlite3session_*) required by nodejs 22+.
Force a cache refresh and upgrade sqlite-libs to the latest revision.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(yarn): warn on non-JSON stderr lines instead of silently skipping

Non-JSON lines in stderr (e.g. Node.js runtime DeprecationWarnings) are
surfaced to the user via module.warn() rather than being silently ignored,
since their content and meaning are not known in advance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* prefix yarn output line

* Update changelogs/fragments/11943-yarn-nodejs-runtime-warnings.yml

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

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2026-05-06 19:25:10 +02:00
..
aix_devices More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
aix_filesystem Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
alerta_customer Change CI group identifiers. (#5344) 2022-10-11 07:34:36 +02:00
alternatives Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
android_sdk CI: Replace Fedora 43 with 44 for devel (#11836) 2026-04-16 21:41:19 +02:00
ansible_galaxy_install ansible_galaxy_install: new param executable (#11646) 2026-03-22 20:21:54 +01:00
apache2_mod_proxy remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
apache2_module integration tests: remove CentOS conditionals - part 2 (#11719) 2026-04-03 23:13:58 +13:00
apk Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
archive Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
btrfs_subvolume Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
callback Clean up other Python files (#11379) 2026-01-05 17:59:58 +01:00
callback_default_without_diff Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
callback_diy diy callback: add test for on_any_msg (#10550) 2025-08-02 16:33:55 +02:00
callback_log_plays Make ready for data tagging (#9833) 2025-04-14 19:04:26 +02:00
callback_print_task Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
callback_tasks_only Add tasks_only callback (#10347) 2025-07-08 07:18:19 +02:00
callback_timestamp Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
cargo integration tests: remove CentOS conditionals - part 2 (#11719) 2026-04-03 23:13:58 +13:00
cloud_init_data_facts CI: Replace Fedora 43 with 44 for devel (#11836) 2026-04-16 21:41:19 +02:00
cmd_runner Make all doc fragments, module utils, and plugin utils private (#11896) 2026-04-20 20:16:26 +02:00
connection Adjust YAML files (#10233) 2025-06-15 09:13:16 +02: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
connection_wsl fix ruff case SIM112 (#11190) 2025-11-23 08:37:12 +01:00
consul integration tests: remove CentOS conditionals - part 2 (#11719) 2026-04-03 23:13:58 +13:00
copr Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
cpanm integration tests: remove CentOS conditionals - part 2 (#11719) 2026-04-03 23:13:58 +13:00
cronvar Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
decompress Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
deploy_helper Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
discord Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
django_command Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
django_manage Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
dnf_versionlock integration tests: remove CentOS conditionals - part 2 (#11719) 2026-04-03 23:13:58 +13:00
dpkg_divert Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
ejabberd_user Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
etcd3 Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
file_remove Add New Module file_remove (#11032) 2025-11-21 18:26:30 +01:00
filesize Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
filesystem integration tests: remove CentOS conditionals - part 2 (#11719) 2026-04-03 23:13:58 +13:00
filter_accumulate Fix/improve tests (#9859) 2025-03-09 16:48:36 +01:00
filter_counter Fix/improve tests (#9859) 2025-03-09 16:48:36 +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 Fix/improve tests (#9859) 2025-03-09 16:48:36 +01:00
filter_from_ini Simplify and extend from_ini tests (#11534) 2026-02-23 06:16:51 +01:00
filter_groupby_as_dict Fix/improve tests (#9859) 2025-03-09 16:48:36 +01:00
filter_hashids Fix/improve tests (#9859) 2025-03-09 16:48:36 +01:00
filter_jc CI: remove no longer necessary skip/ lines (#11028) 2025-11-03 06:48:40 +01:00
filter_json_patch Add missing integration test aliases files (#11357) 2026-01-02 09:34:06 +01:00
filter_json_query remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
filter_keep_keys Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +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 Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +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 remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
filter_remove_keys Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
filter_replace_keys Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
filter_reveal_ansible_type Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
filter_time CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_to_ini Add missing integration test aliases files (#11357) 2026-01-02 09:34:06 +01:00
filter_to_prettytable Remove and prevent trailing whitespace (#10199) 2025-06-07 17:47:22 +02:00
filter_to_toml Add to_toml filter (#11423) 2026-01-22 06:41:49 +01:00
filter_to_yaml Add filters to_yaml and to_nice_yaml (#10784) 2025-09-08 18:48:49 +02:00
filter_unicode_normalize CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
filter_version_sort Remove and prevent trailing whitespace (#10199) 2025-06-07 17:47:22 +02:00
flatpak flatpak: add from_url parameter, deprecate URLs in name (#11748) 2026-04-13 21:12:35 +02:00
flatpak_remote Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
gandi_livedns Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
gem gem - fix --user-install conflict with OS-injected --install-dir (#11873) 2026-05-04 07:28:56 +12:00
git_config remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
git_config_info remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
github_issue More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
github_key Remove and prevent trailing whitespace (#10199) 2025-06-07 17:47:22 +02:00
gitlab_branch Remove and prevent trailing whitespace (#10199) 2025-06-07 17:47:22 +02: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 Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
gitlab_group_members
gitlab_group_variable Remove and prevent trailing whitespace (#10199) 2025-06-07 17:47:22 +02:00
gitlab_hook More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_instance_variable Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
gitlab_issue Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
gitlab_label Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
gitlab_merge_request Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
gitlab_milestone Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
gitlab_project More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_project_access_token Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
gitlab_project_badge More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
gitlab_project_members allow gitlab-project-members module to handle user level "owner" (#9953) 2025-04-10 07:05:01 +02:00
gitlab_project_variable Adjust YAML files (#10233) 2025-06-15 09:13:16 +02: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 remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
homebrew remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
homebrew_cask remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
homebrew_services Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
homectl test(integration): enable homectl test for ArchLinux (#11945) 2026-04-30 21:47:22 +12:00
htpasswd htpasswd: let changed reflect updated permissions (#9490) 2024-12-31 12:19:55 +13:00
hwc_ecs_instance Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_evs_disk Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_network_vpc Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_smn_topic Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_vpc_eip Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_vpc_peering_connect Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_vpc_port Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_vpc_private_ip Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_vpc_route Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_vpc_security_group Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_vpc_security_group_rule Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
hwc_vpc_subnet Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
ilo_redfish_command Adding CheckiLORebootStatus functionality to ilo_redfish_command (#6115) 2023-04-16 13:06:12 +02:00
ilo_redfish_config
ilo_redfish_info
influxdb_user Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
ini_file Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
interfaces_file Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
ipify_facts Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
iptables_state Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
ipwcli_dns Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
iso_create remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
iso_customize remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
iso_extract CI: Replace Fedora 43 with 44 for devel (#11836) 2026-04-16 21:41:19 +02:00
java_cert Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
java_keystore Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
jboss Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
jenkins_credential CI: Add yamllint for YAML files, plugin/module docs, and YAML in extra docs (#10279) 2025-06-30 20:46:56 +02:00
jira Add worklog functionality to jira module (#6210) 2023-03-26 09:31:06 +02:00
kdeconfig Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
kea_command Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
kernel_blacklist Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
keycloak_authentication Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
keycloak_authentication_v2 keycloak_authentication_v2: verify providerIds (fix 11583) (#11585) 2026-03-18 07:06:09 +01:00
keycloak_authz_authorization_scope Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
keycloak_authz_custom_policy Remove and prevent trailing whitespace (#10199) 2025-06-07 17:47:22 +02:00
keycloak_authz_permission Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
keycloak_client keycloak_client: add valid_post_logout_redirect_uris and backchannel_logout_url (#11473) 2026-02-07 16:19:29 +01:00
keycloak_client_rolescope Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
keycloak_clientscope_type Add missing integration test aliases files (#11357) 2026-01-02 09:34:06 +01:00
keycloak_clientsecret_info Add missing integration test aliases files (#11357) 2026-01-02 09:34:06 +01:00
keycloak_clientsecret_regenerate Add missing integration test aliases files (#11357) 2026-01-02 09:34:06 +01:00
keycloak_component_info Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
keycloak_group Adjust YAML files (#10233) 2025-06-15 09:13:16 +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 Keycloak idp well known url support (#10527) 2025-08-04 20:01:05 +02:00
keycloak_modules_authentication keycloak: add support for client_credentials authentication (#10231) 2025-06-18 07:40:46 +02:00
keycloak_realm Keycloak realm add support for some missing options (#10538) 2025-08-04 20:01:50 +02:00
keycloak_realm_key keycloak_realm_key: add full support for all Keycloak key providers (#11468) 2026-02-18 07:48:37 +01:00
keycloak_role Keycloak role fix changed status (#10829) 2025-09-18 21:56:39 +02:00
keycloak_user keycloak: URL-encode query parameters for usernames with special characters (#11472) 2026-02-06 07:10:55 +01:00
keycloak_user_federation keycloak: repair integration tests by removing jinja2 templating from conditionals (#9726) (#9727) 2025-02-15 22:53:23 +13:00
keycloak_user_rolemapping keycloak_user_rolemapping: handle None response for client role lookup (#11471) 2026-02-18 20:24:35 +01:00
keycloak_userprofile Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
keyring Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
launchd Update tests to pass on macOS arm64 (#11544) 2026-02-27 18:55:29 +01:00
ldap_inc Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
ldap_search Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
listen_ports_facts Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
locale_gen remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
logstash_plugin Logstash plugin version fix (#11440) 2026-01-26 06:17:23 +01:00
lookup_binary_file Add binary_file lookup (#10616) 2025-08-10 13:32:35 +02:00
lookup_cartesian remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
lookup_collection_version straight up: ruff format (#11329) 2025-12-28 01:36:24 +13:00
lookup_dependent Fix/improve tests (#9859) 2025-03-09 16:48:36 +01:00
lookup_dig CI: remove skip/python2.6 from aliases (#7534) 2023-11-16 21:02:40 +01:00
lookup_etcd3 Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
lookup_flattened remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
lookup_github_app_access_token Add missing integration test aliases files (#11357) 2026-01-02 09:34:06 +01:00
lookup_lmdb_kv lmdb_kv lookup: enable tests (#11948) 2026-04-30 23:51:40 +12:00
lookup_merge_variables merge_variables: extended merge capabilities added (#11536) 2026-03-19 22:45:44 +01:00
lookup_passwordstore Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
lookup_random_pet remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
lookup_random_string remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
lookup_random_words remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
lvg Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
lvg_rename Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
lvm_pv Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
lvm_pv_move_data Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
lvol lvol: fix thin-pool creation with percentage size (#11925) 2026-04-29 21:55:47 +12:00
lxd_project Fix more copyright lines, add more default copyright lines (#5095) 2022-08-08 14:24:58 +02:00
lxd_storage_pool_info lxd_storage_pool_info, lxd_storage_volume_info: new modules (#11198) 2025-12-01 06:58:45 +01:00
lxd_storage_volume_info lxd_storage_pool_info, lxd_storage_volume_info: new modules (#11198) 2025-12-01 06:58:45 +01:00
mail Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
mas Adjust YAML files (#10233) 2025-06-15 09:13:16 +02: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 Make all doc fragments, module utils, and plugin utils private (#11896) 2026-04-20 20:16:26 +02:00
monit integration tests: remove CentOS conditionals - part 2 (#11719) 2026-04-03 23:13:58 +13:00
mqtt Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
mssql_script Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
nomad nomad: re-enable tests (#11956) 2026-05-01 22:46:27 +12:00
npm remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
odbc odbc: add Arch Linux support via AUR psqlodbc (#11944) 2026-04-30 21:52:30 +12:00
one_host Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
one_image Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
one_image_info Remove and prevent trailing whitespace (#10199) 2025-06-07 17:47:22 +02:00
one_template Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
one_vnet Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
osx_defaults osx_defaults: add dict support (#11659) 2026-03-23 20:16:21 +01:00
pacman Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
pagerduty_user
pam_limits Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
pamd Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
parted parted: add unit_preserve_case option to fix unit case in return value (#11813) 2026-04-18 22:38:09 +02:00
pids Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
pipx Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
pipx_info Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
pkgng Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
pkgutil Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
pnpm integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02:00
python_requirements_info Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
python_runner test(python_runner): add integration tests (#11638) 2026-03-22 17:31:51 +13:00
read_csv Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
redis_info Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
rundeck Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
scaleway_compute Adjust YAML files (#10233) 2025-06-15 09:13:16 +02: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 Adjust YAML files (#10233) 2025-06-15 09:13:16 +02: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 Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
scaleway_security_group_info Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
scaleway_security_group_rule Adjust YAML files (#10233) 2025-06-15 09:13:16 +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 remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
setup_apache2/tasks Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_cron Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_docker integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02:00
setup_epel/tasks monit: re-enable tests in RHEL (#11690) 2026-03-31 22:17:38 +13:00
setup_etcd3 etcd3: re-enable and fix tests, add unit tests (#11678) 2026-03-25 15:55:16 +13:00
setup_flatpak_remote Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_gnutar Normalize bools in tests (#5996) 2023-02-15 22:55:23 +01:00
setup_influxdb/tasks CI: Replace apt_repository and apt_key with deb822_repository (#11625) 2026-03-19 23:12:40 +01:00
setup_java_keytool CI: Replace Fedora 43 with 44 for devel (#11836) 2026-04-16 21:41:19 +02:00
setup_mosquitto Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_openldap Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_opennebula
setup_openssl integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02: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_paramiko Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_pkg_mgr/tasks integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02:00
setup_postgresql_db odbc: add Arch Linux support via AUR psqlodbc (#11944) 2026-04-30 21:52:30 +12:00
setup_redis_replication Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01: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 Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_remote_tmp_dir_outside_tmp Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_rundeck Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
setup_snap integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02:00
setup_tls Make compatible with newer reuse versions (#7858) 2024-01-17 23:17:07 +01:00
setup_wildfly_server integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02:00
shutdown Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
snap snap: add revision parameter (#11984) 2026-05-04 07:28:06 +12:00
snap_alias Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
snap_connect snap_connect: new module to manage snap interface connections (#11682) 2026-04-03 16:18:17 +13:00
spectrum_model_attrs Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
ssh_config CI: remove no longer necessary skip/ lines (#11028) 2025-11-03 06:48:40 +01:00
sudoers Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
supervisorctl Replace .format() calls with f-strings across multiple plugins (#11879) 2026-04-19 22:37:32 +12:00
sysrc Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
systemd_creds_decrypt Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
systemd_creds_encrypt Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
systemd_info Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
terraform Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
test_a_module straight up: ruff format (#11329) 2025-12-28 01:36:24 +13:00
test_ansible_type Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00
test_fqdn_valid Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) 2026-02-07 18:18:48 +01:00
timezone integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02:00
ufw integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02:00
wakeonlan remove skip/aix from aliases files (#11660) 2026-03-23 06:38:06 +01:00
xattr Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
xfs_quota Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
xml xml: fail for non-string values (#11959) 2026-05-06 19:23:58 +02:00
yarn yarn: add Alpine Linux support in integration tests (#11943) 2026-05-06 19:25:10 +02:00
yum_versionlock integration tests: remove CentOS conditionals (#11715) 2026-04-03 07:37:05 +02:00
zpool Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
zypper Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00
zypper_repository Cleanup of aliases skip statements (#11686) 2026-03-30 19:31:17 +02:00