Deprecate ansible-pull CLI and add migration docs - #87520
Open
gabrielima7 wants to merge 1 commit into
Open
gabrielima7 wants to merge 1 commit into
gabrielima7 wants to merge 1 commit into
Conversation
Contributor
|
@gabrielima7 All commits must have verified signatures. Please see this Ansible Forum post for more information. |
gabrielima7
force-pushed
the
feature/deprecate-ansible-pull
branch
from
September 11, 2026 17:50
58fc10a to
4f3920b
Compare
Contributor
|
@gabrielima7 Thanks for the pull request! FYI, we aren't planning on deprecating this in 2.22 (the issue is just a reminder), so we'll review this once we're ready to remove it. |
Author
|
Thanks for the heads-up @s-hertel! Feel free to let me know if you'd like to make any changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #86889
Summary
As discussed and agreed upon by the core team in #86889, this PR deprecates the
ansible-pullCLI.Changes included in this PR:
display.deprecated()toPullCLI.run()targeting removal in ansible-core 2.25.PullCLIdocstring with migration instructions and a bash script alternative.