forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always set the discovered interpreter on the delegated host (ansible#…
…64906) * Always set the discovered interpreter on the delegated host. Fixes ansible#63180 * Make code a little more generic * Move code into a function * Implement some changes based on reviews * Add changelog fragment
- Loading branch information
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bugfixes: | ||
- Fact Delegation - Add ability to indicate which facts must always be delegated. Primarily | ||
for ``discovered_interpreter_python`` right now, but extensible later. | ||
(https://github.com/ansible/ansible/issues/61002) |
This file contains 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