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
Abhijeet Kasurde
b5a2c5812c
random_string: Specify seed while generating random string ( #10710 )
...
* random_string: Specify seed while generating random string
* Allow user to specify seed to generate random string
Fixes : #5362
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-08-27 22:00:44 +02:00
Felix Fontein
eaa5e07b28
Adjust YAML files ( #10233 )
...
Adjust YAML files.
2025-06-15 09:13:16 +02:00
Felix Fontein
89f12c87eb
CI: remove skip/python2.6 from aliases ( #7534 )
...
Remove skip/python2.6 from aliases.
Since 8.0.0 we no longer support any ansible-core version that supports Python 2.6.
2023-11-16 21:02:40 +01:00
Felix Fontein
24efe9ee9a
Normalize bools in tests ( #5996 )
...
* Normalize bools in tests.
* Fix typo.
2023-02-15 22:55:23 +01:00
Felix Fontein
e47845ab3a
Change CI group identifiers. ( #5344 )
2022-10-11 07:34:36 +02:00
Felix Fontein
424d706f92
Fix more copyright lines, add more default copyright lines ( #5095 )
...
* Fix copyright lines.
* Add default copyright line.
2022-08-08 14:24:58 +02:00
Felix Fontein
1ab2a5f1bc
Add default license header to files which have no copyright or license header yet ( #5074 )
...
* Add default license header to files which have no copyright or license header yet.
* yml extension should have been xml...
2022-08-05 14:03:38 +02:00
Felix Fontein
123c7efe5e
Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt ( #5065 )
...
* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt.
* Replace 'Copyright:' with 'Copyright'
sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:')
Co-authored-by: Maxwell G <gotmax@e.email>
2022-08-05 12:28:29 +02:00
Felix Fontein
2e8746a8aa
Fix spurious test errors. ( #2709 )
2021-06-04 09:53:34 +02:00
Abhijeet Kasurde
43c12b82fa
random_string: a new lookup plugin ( #2572 )
...
New lookup plugin to generate random string based upon
constraints.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2021-05-27 19:09:26 +02:00