Consistently access facts via the ansible_facts.* namespace - #287
Closed
Normo wants to merge 3 commits into
Closed
Conversation
Normo
force-pushed
the
ansible-facts-namespace
branch
from
August 20, 2025 08:52
c2e64a9 to
2c33b70
Compare
Normo
marked this pull request as ready for review
August 20, 2025 09:08
|
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
This reverts commit 2c33b70.
Normo
force-pushed
the
ansible-facts-namespace
branch
from
January 5, 2026 08:19
db95589 to
0081029
Compare
|
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
|
This pr has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details. |
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.
Currently, the role failed to run with
INJECT_FACTS_AS_VARSset toFalseas the requiredansible_*variables are not defined.The configuration variable
INJECT_FACTS_AS_VARSand the Ansible fact namespaceansible_facts.*have been added in Ansible 2.5. In the porting guide of that version, it stated that: