ansible/changelogs/fragments/64906-always-delegate-fact-prefixes.yml

5 lines
227 B
YAML
Raw Normal View History

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)