Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

[1.4.6] - 2026-01-13
--------------------

### Other Changes

- refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#157)
- ci: use ANSIBLE_INJECT_FACT_VARS=false by default for testing (#158)
Comment on lines +7 to +10
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (typo): The two variable names differ (INJECT_FACTS_AS_VARS vs ANSIBLE_INJECT_FACT_VARS); please confirm this is intentional.

If they are intentionally different settings, consider briefly distinguishing them in the changelog; if not, this is likely a naming typo that should be corrected to avoid confusing users about which variable to use.

Suggested change
### Other Changes
- refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#157)
- ci: use ANSIBLE_INJECT_FACT_VARS=false by default for testing (#158)
### Other Changes
- refactor: handle `INJECT_FACTS_AS_VARS=false` (collection option) by using `ansible_facts` instead (#157)
- ci: use `ANSIBLE_INJECT_FACT_VARS=false` (Ansible environment variable) by default for testing (#158)


[1.4.5] - 2026-01-06
--------------------

Expand Down
Loading