diff --git a/.README.html b/.README.html index 2ecc5077..02583448 100644 --- a/.README.html +++ b/.README.html @@ -959,8 +959,8 @@
The default DNS domain used to accept remote incoming logs from -remote hosts. Default to "{{ ansible_domain if ansible_domain else -ansible_hostname }}"
+remote hosts. Default to "{{ ansible_facts['domain'] if +ansible_facts['domain'] else ansible_facts['hostname'] }}"These variables are set in the same level of the diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b2da44..94348955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +[1.15.5] - 2026-01-07 +-------------------- + +### Other Changes + +- ci: bump actions/checkout from 5 to 6 (#477) +- ci: add qemu tests for Fedora 43, drop Fedora 41 (#478) +- ci: bump actions/upload-artifact from 5 to 6 (#479) +- refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#480) + [1.15.4] - 2025-11-17 --------------------