123c624b28
* Always set the discovered interpreter on the delegated host. Fixes #63180 * Make code a little more generic * Move code into a function * Implement some changes based on reviews * Add changelog fragment
4 lines
227 B
YAML
4 lines
227 B
YAML
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)
|