This commit is contained in:
2026-01-12 15:18:55 +01:00
parent 46ff97fe93
commit 8c10cf170e

View File

@@ -51,7 +51,7 @@
ansible.builtin.lineinfile:
path: /etc/telegraf/telegraf.conf
regexp: '^\s*#?\s*hostname\s*='
line: ' hostname = "{{ ansible_facts['fqdn'] }}"'
line: ' hostname = "{{ ansible_facts["fqdn"] }}"'
owner: root
group: root
mode: '0644'