patchback[bot]
66d394dc81
[PR #11686/68ae04a9 backport][stable-12] Cleanup of aliases skip statements ( #11709 )
...
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
(cherry picked from commit 68ae04a95a )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2026-03-30 19:58:13 +02:00
patchback[bot]
c4da6e4202
[PR #11660/b1ac989c backport][stable-12] remove skip/aix from aliases files ( #11661 )
...
remove skip/aix from aliases files (#11660 )
(cherry picked from commit b1ac989c70 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2026-03-23 07:04:20 +01:00
patchback[bot]
7fce59fbc6
[PR #11479/476f2bf6 backport][stable-12] Integration tests: replace ansible_xxx with ansible_facts.xxx ( #11480 )
...
Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479 )
Replace ansible_xxx with ansible_facts.xxx.
(cherry picked from commit 476f2bf641 )
Co-authored-by: Felix Fontein <felix@fontein.de >
2026-02-07 18:43:49 +01:00
Felix Fontein
eff25c8a6e
Fix/improve tests ( #9859 )
...
* Fix tests.
* Improve callback tests.
2025-03-09 16:48:36 +01:00
Thomas Sjögren
482a90e8b4
add support for systemd creds encrypt/decrypt ( #9383 )
...
* add support for systemd creds encrypt/decrypt
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* add __metaclass__
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* Python 2.7 issues
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* update version_added and ci test aliases
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* switch to container
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* run tests in docker as well
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* move tasks into tasks/
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* no need to call echo
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* lint and add become:
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* dont append a newline
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* don't clean newlines
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* only use module name
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* clean
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* change msg to value
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* add return values
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* update attributes and description
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* Update plugins/modules/systemd_creds_decrypt.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* set newline default
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* Update plugins/modules/systemd_creds_encrypt.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
* Update plugins/modules/systemd_creds_encrypt.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
* Update plugins/modules/systemd_creds_encrypt.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
* update required and spelling
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* use single backslash
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
---------
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2024-12-29 21:15:57 +01:00