Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 05e8786

Browse files
author
filip
committed
Merge branch '68570-cloudwatch-exporter-role' into 68570-cloudwatch-exporter-role-PR-devel-2.x
2 parents 032a474 + 65f112e commit 05e8786

File tree

1 file changed

+1
-1
lines changed
  • roles/debian/yace_exporter/tasks

1 file changed

+1
-1
lines changed

roles/debian/yace_exporter/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
- name: Write or update configuration file.
7979
ansible.builtin.copy:
8080
dest: "/etc/yace_exporter/config.yml"
81-
content: "{{ yace_exporter_configuration | to_nice_yaml(indent=2,sort_keys=False) | indent(2,False) }}"
81+
content: "{{ yace_exporter_configuration | to_nice_yaml(sort_keys=False) }}"
8282
owner: "{{ yace_exporter_system_user }}"
8383
group: "{{ yace_exporter_system_group }}"
8484
mode: '0644'

0 commit comments

Comments
 (0)