summaryrefslogtreecommitdiffstats
path: root/changelogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix module_defaults group incorrectly giving deprecation warnings (#83510)Sloane Hertel2024-07-301-0/+2
| | | don't display deprecation warnings for actions/modules as a result of using an action_group containing a deprecated plugin
* Remove selinux import (#83674)Abhijeet Kasurde2024-07-291-0/+3
| | | | | | | Remove selinux import which was kept for backward compatibility Fixes: #83657 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* validate-modules: detect names set mismatch between argument spec and ↵Felix Fontein2024-07-281-0/+3
| | | | documentation (#83599)
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-271-1/+1
| | | Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
* Set LANGUAGE env variable is set to a non-English locale (#83671)Abhijeet Kasurde2024-07-271-0/+3
| | | | | Fixes: #83608 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Remove explicit shell environment docs (#83649)Jordan Borean2024-07-261-0/+4
| | | | | | | Removes the docs for the environment keyword in the shell base plugins as they are a no-op in the plugins themselves. The environment value is provided by the action base which gets it from the action base on the task.environment value. This should avoid confusion around how its being set and removes some code that is not used at all.
* Replace random with secrets (#83668)Abhijeet Kasurde2024-07-251-0/+3
| | | | | Use secrets library instead of random. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* apt: Report change when package is removed (#83547)Abhijeet Kasurde2024-07-251-0/+3
| | | | | | | | | While upgrade process removes a package, module should report changed=True instead of changed=False Fixes: #46314 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* increase timeout downloading galaxy role URLs (#83562)Sloane Hertel2024-07-231-0/+4
| | | | * Update the timeout to download role archive to 60 seconds to match collections TODO: in future make a configurable 'artifact download timeout'
* display: warn user about empty log path value (#83381)Abhijeet Kasurde2024-07-231-0/+3
| | | | | Fixes: #79959 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* ansible-test - Remove VyOS tests and support files (#83650)Matt Clay2024-07-221-0/+2
| | | The VyOS remote image required for running the tests is no longer functional.
* remove ignore clauses for module find (#83575)Alexei Znamensky2024-07-221-0/+2
| | | | add testcase for expanding home dir names
* debconf: handle boolean value representation consistently (#83601)Peter A. Bigot2024-07-181-0/+3
| | | | | | | | * lift code that normalizes value type for boolean vtype to cover both branches of conditional. * remove obsolete and incomplete conversion of type in set_selection. Fixes: #83594 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
* ansible-test - Improve unknown env error message (#83610)Matt Clay2024-07-151-0/+2
|
* module compression is now again settable via var (#83573)Brian Coca2024-07-121-0/+2
| | | | | | | Previous change overlooked 'uncommenting' the variable entry as a way to update this to keep the functionality. Co-authored-by: Glandos <bugs-github@antipoul.fr> Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
* Ensure that we are handling DownloadError properly in the dnf module (#83543)rebtoor2024-07-101-0/+2
| | | Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>
* ansible-test - Update nios-test-container to 4.0.0 (#83539)Matt Clay2024-07-091-0/+2
|
* update distro version to 1.9.0 (#83540)Dhanesh R2024-07-091-0/+2
|
* known_hosts: don't modify `AnsibleModule.params` (#83517)flowerysong2024-07-091-0/+2
| | | | | | | Using this dictionary to store the return values results in the return values showing up in the returned `invocation['module_args']`, which is confusing. It also causes all module arguments to be returned, which is preserved by this change but should ideally be removed in the future.
* Add dinit as a service_mgr (#83489)Jan Christian Grünhage2024-07-091-0/+3
|
* Add SL-Micro to Suse family list (#83541)Harshvardhan Sharma2024-07-081-0/+2
|
* Fix Creating user directory using tilde always reports "changed" (#83113)MajesticMagikarpKing2024-07-071-0/+2
| | | | Fixes: #82490
* validate-modules: reject option/alias names equal up to casing belonging to ↵Felix Fontein2024-07-061-0/+2
| | | | | | | | | different options (#83530) * Reject option/alias names equal up to casing belonging to different options. * Update test/lib/ansible_test/_util/controller/sanity/validate-modules/validate_modules/main.py Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
* package_facts: fix warning logic (#83520)flowerysong2024-07-051-0/+3
| | | | | * package_facts: fix warning logic * Refactor so that warnings can work
* linear: fix included handlers executing in lockstep (#83209)Martin Krizek2024-07-041-0/+2
| | | Fixes #83019
* Fix incorrect rc when executing end_host in rescue (#83522)Martin Krizek2024-07-041-0/+2
| | | Fixes #83447
* hostvars templating fix, override serialization (#83509)Brian Coca2024-07-021-0/+2
| | | | fixes #82872 nicer implementation courtesy of nitzmahone
* actually show plugin config warnings/deprecations (#82593)Brian Coca2024-07-021-0/+2
| | | | | | | | | | | | | | | previouslly we recorded but did not show to avoid spam since we could not dedup from forks, that was already fixed in another PR so now we can show/display them. Also: * funcitonalize deprecation msg construct from docs * reuse formatting func in cli * normalize alternatives: most of the code used intended plural but some and most data/tests used the singular * update schemas and tests Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de>
* Fix tb for when env var contains % (#83499)Martin Krizek2024-06-281-0/+2
| | | | | Fixes #83498 Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* dnf: remove legacy code (#83298)Martin Krizek2024-06-281-0/+2
|
* facts/hardware: Fix support_discard block device fact (#83480)Benoît Knecht2024-06-281-0/+6
| | | | | | | | | | | | | | Previously, `support_discard` simply returned the value of `/sys/block/{device}/queue/discard_granularity`. When its value is `0`, then the block device doesn't support discards; _however_, it being greater than zero doesn't necessarily mean that the block device _does_ support discards. But another indication that a block device doesn't support discards is `/sys/block/{device}/queue/discard_max_hw_bytes` being equal to `0` (with the same caveat as above). So if either of those are `0`, set `support_discard` to zero, otherwise set it to the value of `discard_granularity` for backwards compatibility. Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
* dnf - arches must be the same in the is_newer_installed check (#83417)Martin Krizek2024-06-281-0/+2
| | | Fixes #83406
* dnf, dnf5: fix installing via wildcard (#83481)Martin Krizek2024-06-261-0/+2
| | | Fixes #83373
* Enable Ubuntu 24.04 group 6 in CI (#83466)Matt Clay2024-06-251-0/+5
| | | | | | | | | * Enable Ubuntu 24.04 group 6 in CI * Disable rootfull Podman on Ubuntu * Disable unix-chkpwd AppArmor profile on Ubuntu for Fedora 40 tests * Document AppArmor and rootfull issues
* linear strategy, show templated task name on start (#83473)Brian Coca2024-06-251-0/+2
| | | we only templated in some cases but when queueing we could get an untemplated name for the 'on start' event.
* Ensure the correct connection name is shown in results (#83354)Brian Coca2024-06-241-0/+2
|
* ansible-test - Replace FreeBSD 14.0 with 14.1 (#83477)Matt Clay2024-06-211-0/+1
|
* unarchive: handle content and size differences (#83454)Abhijeet Kasurde2024-06-201-0/+4
| | | | | | | | Consider content differs and size differs while unarchiving the same tar.gz file Fixes: #29610 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* get_url: Verify checksum using tmpsrc, not dest (#64092)Danilo Bargen2024-06-201-0/+2
| | | | | | | | | | | 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.
* ansible-test - Update PyPI and utility container (#83475)Matt Clay2024-06-192-2/+2
|
* ansible-test: update http-test-container to 3.2.0 (#83469)Felix Fontein2024-06-181-0/+2
|
* human_to_bytes: strictly parse strings (#83403)MajesticMagikarpKing2024-06-181-0/+2
| | | Fixes: #82075
* replace: update after/before example (#83453)Abhijeet Kasurde2024-06-181-0/+3
| | | | | Fixes: #83390 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* service_facts on OpenBSD: Don't crash on '=' in rcctl flags. (#83458)shiftyphil2024-06-181-0/+2
| | | Splitting on all '=' characters produced too many values.
* ansible-test - Update tested platforms (#83446)Matt Clay2024-06-181-0/+6
| | | | | | | | | | | | | * 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
* Remove Python 3.10 support for the controller (#83221)Martin Krizek2024-06-171-0/+2
| | | Fixes #83094
* vault: Handle directory value to vault password file (#83384)Abhijeet Kasurde2024-06-151-0/+3
| | | | | | | | | | 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>
* unarchive: Better handling of files with an invalid timestamp in zip file ↵Gilson Guimarães2024-06-131-0/+3
| | | | | | | | (#81520) Fixes: #81092 Signed-off-by: gilsongpfe <gilson.gpf@gmail.com> Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* ansible-test - Update PyPI test container to 3.1.0 (#83432)Matt Clay2024-06-131-1/+1
|
* ansible-test action-plugin-docs sidecar (#83325)Jordan Borean2024-06-121-0/+2
| | | | | 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.