syntax
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/telegraf/telegraf.conf
|
path: /etc/telegraf/telegraf.conf
|
||||||
regexp: '^\s*#?\s*hostname\s*='
|
regexp: '^\s*#?\s*hostname\s*='
|
||||||
line: ' hostname = "{{ ansible_facts['fqdn'] }}"'
|
line: ' hostname = "{{ ansible_facts["fqdn"] }}"'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|||||||
Reference in New Issue
Block a user