| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
* handle 'fun' control paths by quoting the option when passed to ssh cli
Co-authored-by: Matt Clay <matt@mystile.com>
|
| |
|
|
|
| |
* Fix pytest 7 failures with leaky fixture
|
| |
|
|
|
|
| |
The `--boxed` option is deprecated.
|
|
|
|
|
| |
* Avoid deprecated TestCase functions in unit tests.
* Add assertRaisesRegex for Python 2.7.
* Fix indentation.
|
|
|
|
| |
* Make all pipelining agree on ini entries, corrected descriptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
skipped=True/changed=True mutually exclusive (#76429)
* Add additional tests for check_mode with shell/command/script
* update check_mode documentation: if a module/action is not skipped in check mode and accurately reflects whether a change is made to the remote support should be 'full'
* Make reporting skipped in check mode mutually exclusive with 'changed: True'
* Add missing documented attributes
* Fix tests to expect skipped=True and changed=True do not occur together
* Fix script check_mode support documentation
* Fix earlier changelog
* document platforms attribute
* Use tasks's check mode since the value from PlayContext does not reflect loop items
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
|
|
|
| |
Git module, specify that the local modification is in the destination directory so that some of the users clearly understand this..
|
|
|
| |
Fixes #76610
|
| |
|
| |
|
|
|
|
| |
The removed matrix entries no longer run any tests.
|
|
|
|
|
| |
* Remove module shebangs.
* Relax shebang check in validate-modules.
* Add changelog fragment.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add systemd alias check
* add .yml
* Delete 75538-systemd-alias-check
* Update lib/ansible/modules/systemd.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
| |
* make auto invenory plugin a bit more informative
* clog
|
|
|
|
|
|
|
| |
'dscl -list' returns 0 even if the user does not exists. This
leads to errorenous condition in user module.
Using 'dscl -read UniqueID' can return if user exists or not.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
|
|
|
|
| |
* stat document 'version' return doc
fixes #76588
* str
* no output_dir for you!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
repos (#76579)
* Ensure the version is valid for directories and collections in git repos before installing
Fix the error message for invalid semantic versions
* Make requested changes
* Add a test case for unhandled ValueError exception
* Add changelog
* Update lib/ansible/galaxy/collection/galaxy_api_proxy.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* Reword error message
Include link to learn how to compose a semver version
* Move version validation into the caller, find_matches
* Add tests for more invalid version types
* Remove unused import
Fix raising unexpected error
* Update lib/ansible/galaxy/collection/__init__.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* Update lib/ansible/galaxy/dependency_resolution/providers.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* Update lib/ansible/galaxy/dependency_resolution/providers.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
|
|
|
|
| |
See: https://github.com/python-distro/distro/blob/116cdad222637c8612c4126ff8b3718bdfcb8696/distro.py#L42-L72
|
|
|
|
| |
This fixes a traceback when loading plugins that use dataclasses.
|
| |
|
|
|
| |
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
| |
Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* fixes #28977
* Include the original error message when pick_handler fails
* Add a test to unarchive a tar file with an invalid extra option
* add a changelog
|
|
|
|
|
|
|
| |
* Disable the _distutils_hack in newer setuptools. Doesn't fix the underlying issue of the venv finding the _distutils_hack of a setuptools that is not its own.
ci_complete
* re-throw blanket
|
|
|
|
|
|
|
|
|
|
|
| |
* check if service is indirect status / add integration test
* Update changelogs/fragments/76453-indirect-systemd-status.yml
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
* simplify indirect check / remove integration test restriction on rhel9
* add dummy indirect service for integration tests
|
|
|
| |
Co-authored-by: Martin Banas <mbanas@redhat.com>
|
| |
|
|
|
| |
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
|
| |
|
| |
|
|
|
|
|
|
| |
Kubernetes scenario guides are moved to
``kubernetes.core`` collection.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: s-hertel <19572925+s-hertel@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* unarchive: fix non-english locales
For GNU Gettext, the LANGUAGE environment variable takes precedence over LANG or LC_ALL. On systems where LANGUAGE was set to a non-english locale, the output of the tar command therefore not understood and the module failed silently ("changed": false, but the archive was not extracted).
* add tests
* changelog
|
| |
|
| |
|
|
|
| |
Fixes #76530
|