syntax
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user