Brian Coca
e279804227
switch to atomic_move directly
...
depends on #83488
5 months ago
Brian Coca
5d6e6201bd
avoid args parsing
5 months ago
Brian Coca
baef6df644
empty spc
5 months ago
Brian Coca
854d8e8848
use atomic move
5 months ago
Brian Coca
6b55daceaf
better vault file preservation
...
fixes #11544
5 months ago
Brian Coca
339452c105
Ensure the correct connection name is shown in results ( #83354 )
5 months ago
Thomas Sjögren
f7dee8aaf8
add support for inactive option ( #83355 )
...
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
5 months ago
Matt Clay
a121a169e3
ansible-test - Replace FreeBSD 14.0 with 14.1 ( #83477 )
5 months ago
Abhijeet Kasurde
c93af4e148
unarchive: handle content and size differences ( #83454 )
...
Consider content differs and size differs while unarchiving
the same tar.gz file
Fixes : #29610
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 months ago
Danilo Bargen
c2c6005842
get_url: Verify checksum using tmpsrc, not dest ( #64092 )
...
Previously, if the checksum of the downloaded file did not match the
specified checksum, the *destination* file was removed. This possibly
leaves the system that is being provisioned in an invalid state.
Instead, the checksum should be calculated on the temporary file only.
If there's a mismatch, delete the *temporary* file, not the destination
file.
This requires checking the checksum before moving the file.
5 months ago
Matt Clay
96c04e9d1d
ansible-test - Update PyPI and utility container ( #83475 )
5 months ago
Felix Fontein
1b42af5004
ansible-test: update http-test-container to 3.2.0 ( #83469 )
5 months ago
MajesticMagikarpKing
d62496fe41
human_to_bytes: strictly parse strings ( #83403 )
...
Fixes : #82075
5 months ago
Martin Krizek
df29852f3a
Update the dnf5 copr repo ( #83459 )
...
The dnf-nightly is the official nightly repo now.
5 months ago
Abhijeet Kasurde
224853b684
replace: update after/before example ( #83453 )
...
Fixes : #83390
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 months ago
shiftyphil
dc31b6cf55
service_facts on OpenBSD: Don't crash on '=' in rcctl flags. ( #83458 )
...
Splitting on all '=' characters produced too many values.
5 months ago
Matt Clay
dad6f07731
ansible-test - Update tested platforms ( #83446 )
...
* ansible-test - Update tested platforms
* Add work-around for Alpine tests
* Fix prepare_http_tests on Fedora
* Fix deb-src setup for Ubuntu 24.04+
* Set multiarch_test_pkg for Ubuntu 24.04
* Update AZP test matrix
5 months ago
Rob Garcia
c1a082c697
Added docstrings to V2 methods in the CallbackBase Class (2 & 3 of 27) ( #83342 )
5 months ago
Matt Clay
44f22162cb
Remove timezone support module and tests ( #83465 )
...
The timezone support module was used only for changing the timezone in the user module integration tests.
Changing the timezone for the tests is unecessarily complex for the purpose of asserting proper parsing of user expiration times.
5 months ago
Matt Clay
f4751766db
selinux compat - add ignore, proper ex chaining ( #83460 )
5 months ago
Martin Krizek
b2a289dcbb
Remove Python 3.10 support for the controller ( #83221 )
...
Fixes #83094
5 months ago
Abhijeet Kasurde
6382ea168a
vault: Handle directory value to vault password file ( #83384 )
...
When vault password file env variable is set to blank,
this value is converted to CWD and passed for further
processing.
Check if ANSIBLE_VAULT_PASSWORD_FILE is not a directory.
Fixes : #42960
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 months ago
flowerysong
1ed29416db
dnf: update `use_backend` documentation ( #83429 )
...
* add note about backwards compatibility
5 months ago
Gilson Guimarães
e64c6c1ca5
unarchive: Better handling of files with an invalid timestamp in zip file ( #81520 )
...
Fixes : #81092
Signed-off-by: gilsongpfe <gilson.gpf@gmail.com>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 months ago
Colin Nolan
a0aad17912
Adds `limit` parameter to `ansible.builtin.find` ( #83153 )
...
* Explicitly guarantee topdown search.
* Makes max matches unlimited == None.
5 months ago
Alexei Znamensky
1c156e2b70
review modules docs - batch(klmpr) ( #83418 )
5 months ago
Matt Clay
5af5b4b6c8
ansible-test - Update PyPI test container to 3.1.0 ( #83432 )
5 months ago
Matt Clay
738180d240
ansible-test - Fix unit test coverage collection ( #83433 )
5 months ago
Luke Davidson
72a5957720
Fix Linux Sector count Fact ( #81246 )
...
* Use sectorsize fact in disk size calc rather than hardcoded 512
* Added conversion for sysfs sectorcount to real sector count
5 months ago
Jordan Borean
a9b902f579
ansible-test action-plugin-docs sidecar ( #83325 )
...
Fix to have ansible-test sanity --test action-plugin-docs to check for
action plugin documentation inside a sidecar file rather than a Python
module.
5 months ago
Abhijeet Kasurde
6e8a7ed327
Revert warning message in setup/gather_facts ( #83427 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 months ago
Matt Clay
cf265eb14d
Add Python 3.13 support ( #83416 )
...
* Add Python 3.13 support
* Add temporary work-around for yamllint test
5 months ago
Matt Martz
126ffc7947
Specify -O in windows ssh tests as needed for scp to work with openssh 9+ ( #83426 )
5 months ago
flowerysong
5022415887
Clarify documentation for `INJECT_FACTS_AS_VARS` ( #83404 )
5 months ago
Alexei Znamensky
c6ba5a3560
docs adjustments - batch(ghi) ( #83399 )
...
* review modules docs - batch(ghi)
* fix option markup in gather_facts
5 months ago
Matt Clay
14df8c2cf2
ansible-test - Prepare for Python 3.13 ( #83414 )
...
Includes an update to `coverage` and pinned Python requirements.
5 months ago
Abhijeet Kasurde
d16ad25e4b
Remove extraneous pylint ignore ( #83257 )
...
* Pylint issue 511 is closed, remove ignore related to that.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 months ago
Alexei Znamensky
4f73d2ff7a
docs adjustments ( #83369 )
5 months ago
Matt Clay
531bc9891f
Fix issues reported by mypy ( #83413 )
5 months ago
Matt Clay
6ab26707de
Fix quoting in fork_safe_stdio test ( #83412 )
5 months ago
Martin Krizek
cbbf06893e
Validate and process Handler.listen only once ( #83400 )
...
Fixes #83392
6 months ago
Matt Clay
2e60bef855
Update azure-pipelines-test-container ( #83302 )
6 months ago
Sloane Hertel
bdc1cdfa54
Revert "bool filter, add booleanization strategy option ( #83362 )" ( #83391 )
...
This reverts commit 655a8ff38f
.
6 months ago
Matt Martz
93b8b86067
Properly quote all needed components of shell commands ( #83365 )
...
* Properly quote all needed components of shell commands
* Use self.quote, add new self.join
6 months ago
Sloane Hertel
68638f4710
fix any_errors_fatal tests ( #83389 )
...
* fix any_errors_fatal test to exit on non-zero rc
Use a typo in the debug msg to avoid matching play recap
* remove duplicate 'set -ux'
6 months ago
Alexei Znamensky
70c2b35210
docs adjustments (batch 2) ( #83368 )
...
* docs adjustments
* Update lib/ansible/modules/assemble.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
---------
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
6 months ago
Brian Coca
655a8ff38f
bool filter, add booleanization strategy option ( #83362 )
...
also make the YAML booleanization the same as spec/JSON/module function
previous 'aproximation' was missing several options.
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
6 months ago
Abhijeet Kasurde
16ebeb7d21
facts: add facts about x86_64 flags to detect microarchitecture ( #83356 )
...
Fixes : #83331
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 months ago
Brian Coca
0a311f6669
additional timeout info ( #83364 )
6 months ago
Brian Coca
c77ed376c4
timeout give extra info ( #83206 )
...
the new field shows the python code in execution when it timed out, 99% of the time it will be on a selector waiting for output from ssh to remote.
6 months ago