From dc892fb89ba2c00154d62d126b92412a8784e052 Mon Sep 17 00:00:00 2001
From: Rich Megginson The default DNS domain used to accept remote incoming logs from
-remote hosts. Default to "{{ ansible_domain if ansible_domain else
-ansible_hostname }}"logging_pki_files
logging_domain
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 --------------------