File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -959,8 +959,8 @@ <h3 id="logging_pki_files">logging_pki_files</h3>
959959</ ul >
960960< h3 id ="logging_domain "> logging_domain</ h3 >
961961< p > The default DNS domain used to accept remote incoming logs from
962- remote hosts. Default to "{{ ansible_domain if ansible_domain else
963- ansible_hostname }}"</ p >
962+ remote hosts. Default to "{{ ansible_facts['domain'] if
963+ ansible_facts['domain'] else ansible_facts['hostname'] }}"</ p >
964964< h2 id ="server-performance-optimization-options "> Server performance
965965optimization options</ h2 >
966966< p > These variables are set in the same level of the
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ [ 1.15.5] - 2026-01-07
5+ --------------------
6+
7+ ### Other Changes
8+
9+ - ci: bump actions/checkout from 5 to 6 (#477 )
10+ - ci: add qemu tests for Fedora 43, drop Fedora 41 (#478 )
11+ - ci: bump actions/upload-artifact from 5 to 6 (#479 )
12+ - refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#480 )
13+
414[ 1.15.4] - 2025-11-17
515--------------------
616
You can’t perform that action at this time.
0 commit comments