| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fixes #81714
|
|
|
|
|
|
|
|
| |
revert to previous behavior to push vars to play at compile time
add `public` parameter to allow per import control of exporting (vs just the global config)
Co-authored-by: tchernomax <maxime.deroucy@gmail.com>
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
|
| |
|
| |
|
|
|
| |
fixes some of the issues in #81808
|
|
|
|
| |
bewteen ==> between
alligns ==> aligns
|
| |
|
|
|
|
|
|
|
|
| |
Provide more information about plugin usage which needs to be
used instead of the deprecated plugin in the deprecation message.
Fixes: #80561
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* The module systemd is renamed to systemd_service to maintain
the scope of the module. Mention this in the module description.
* Misc typo fixes.
Fixes: #80917
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
| |
* Include Python 3.12rc3 and PowerShell 7.3.7
|
|
|
|
|
| |
* winrm - make command input more resiliant
* Expand warning message
|
|
|
|
|
|
|
| |
(#81740)
* Add intentional tests for dnf install rpm when higher version is installed
* ci_complete ci_coverage
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Test heuristic_log_sanitize. See #81689
* Add note about what this test is doing
* grammar
Co-authored-by: Matt Clay <matt@mystile.com>
---------
Co-authored-by: Matt Clay <matt@mystile.com>
|
|
|
| |
aysnc -> async
|
|
|
|
|
|
|
|
|
|
| |
While creating a symlink, we apply fs attributes changes
to the destination. But in case of a non-existent destination, we warn
the user. This warning message can be suppressed by setting follow=false.
Add a note of this behavior in the `follow` parameter.
Fixes: #50543
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
|
|
|
|
| |
installation directory (#81780)
* Sanitize linkname during role installs
* Add tests
* add clog frag
|
|
|
|
|
|
|
| |
* Convert Latin short forms to English wording
* Typo fixes
* Sentence rewording
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
| |
|
|
|
|
|
| |
removed (#81762)
ci_complete ci_coverage
|
|
|
| |
Fixes typo 'obeys' vs 'objeys' in doc_fragments/action_core.py
|
|
|
| |
ci_complete ci_coverage
|
|
|
|
|
| |
* Ensure binary data transmission in daemonize
* Add changelog fragment
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ansible-galaxy fix scm dependency error
also changed usage of 'virtual colleciton' to actual type
avoid error by filtering out virtual collections that dont have
expected properties
simplified as per webknjaz
* Update lib/ansible/galaxy/collection/__init__.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
|
|
|
| |
Harden our python templates for respawn and ansiballz around str literal quoting
|
|
|
|
|
|
|
| |
* Deprecating paramiko options in base config
they exist in the plugin itself since 2.14
* clog
|
|
|
| |
Fixes #81722
|
|
|
|
|
|
|
|
| |
* Handle exceptions like AnsibleError, AnsibleConnectionFailure
raise while interpreter discovery.
Fixes: #78264
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
| |
ci_complete ci_coverage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
manifest (#81619)
* Make sure paths are correct when building collection files manifest
This commit makes sure the path of the files part of
the collection build manifest are correct.
This commit uses os.path.commonprefix instead of
dealing with strings.
Signed-off-by: Carlos Camacho <ccamacho@redhat.com>
Bugfix Pull Request
Fixes: #81618
* Revert the change note type to `minor_changes`
* Clarify the change note with user-oriented details
---------
Signed-off-by: Carlos Camacho <ccamacho@redhat.com>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
collection dependency tree
PR #81606.
Prior to this patch, when `--pre` CLI flag was not passed, the
dependency resolver would treat concrete collection dependency
candidates (Git repositories, subdirs, tarball URLs, or local dirs or
files etc) as not meeting the requirements.
This patch makes it so pre-releases in any concrete artifact
references, and the ones being specifically pinned dependencies or
user requests, met anywhere in the dependency tree, are allowed
unconditionally.
This is achieved by moving the pre-release check from
`is_satisfied_by()` to the `find_matches()` hook, following the
Pip's example.
As a bonus, this change also fixes the situation when a collection
pre-releases weren't considered if it didn't have any stable releases.
This now works even if `--pre` wasn't requested explicitly.
Finally, this patch partially reverts commit
6f4b4c345b44d84cce55ba6502a72b420a52c7b3, except for the tests. And it
also improves the `--pre` hint warning to explain that it mostly
affects Galaxy/Automation Hub-hosted collection releases.
Ref #73416
Ref #79112
Fixes #79168
Fixes #80048
Resolves #81605
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
|
|
|
|
|
|
|
|
| |
* Removed add_collection_plugins
* Removed find_plugins
Fixes: #81716
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Properly detect docker host using ssh
* Disable ControlPath when creating SSH port forwards
* typo fix
Co-authored-by: Matt Clay <matt@mystile.com>
* Add clog frag
---------
Co-authored-by: Matt Clay <matt@mystile.com>
|
| |
|
|
|
| |
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
| |
|
|
|
|
|
|
|
| |
* handle SyntaxWarning ini inventory parsing
Fixes: #81328
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
|
|
| |
* The last error message is now presented in a verbose log
Fixes: #81574
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
| |
works (#81697)
|
|
|
|
|
|
| |
* Symlinks in the collection might be pointing to non-existent
targets. Check and report the failure to the user.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
| |
* Avoid crash on Python 3.
* Add a test for the crash on Python 3
|