Alexei Znamensky
68ae04a95a
Cleanup of aliases skip statements ( #11686 )
...
* add scripts to clean aliases' skips
* remove legacy skips
* code cosmetics
* add license to ALIASES.md
* Fix typos in ALIASES.md documentation
* rolling back freebsd14.2 and 14.3 in iso_extract
* fix versions and re-run
2026-03-30 19:31:17 +02:00
Alexei Znamensky
b1ac989c70
remove skip/aix from aliases files ( #11660 )
2026-03-23 06:38:06 +01:00
Felix Fontein
476f2bf641
Integration tests: replace ansible_xxx with ansible_facts.xxx ( #11479 )
...
Replace ansible_xxx with ansible_facts.xxx.
2026-02-07 18:18:48 +01:00
s-hamann
d424907172
apk: fix packages return value for apk-tools >= 3 ( fix #11264 ) ( #11265 )
...
* apk: fix packages return value for apk-tools >= 3 (fix #11264 )
* Add changelog fragment
2025-12-10 13:29:41 +01:00
Felix Fontein
abfe1e6180
apk: fix empty/whitespace-only package name check ( #10532 )
...
* Fix empty/whitespace-only package name check.
* Adjust test.
2025-08-02 16:41:24 +02:00
Giorgos Drosos
3ad57ffa67
Ensure apk handles empty name strings properly ( #10442 )
...
* Ensure apk handles empty name strings
* Update changelog
* Update tests/integration/targets/apk/tasks/main.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/10442-apk-fix-empty-names.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Remove redundant conditional
* Remove redundant ignore errors
* Reject apk with update cache for empty package names
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-07-27 11:52:07 +02:00
Maxopoly
ffa3d15881
Implement integration tests for apk ( #7992 )
...
* Implement integration tests for apk
* Add group for apk integration test
* Adjust integration tests of apk as suggested in PR
2024-02-22 20:48:11 +01:00