From ac3c94b3159acf91674fdd61396e5811a6a55fb3 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Tue, 11 Aug 2026 01:39:58 +0200 Subject: Fix pre-commit lint violations --- tasks/process_exporter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tasks/process_exporter.yml') diff --git a/tasks/process_exporter.yml b/tasks/process_exporter.yml index 0a19480..25d1749 100644 --- a/tasks/process_exporter.yml +++ b/tasks/process_exporter.yml @@ -17,8 +17,8 @@ - name: Validate exporter state ansible.builtin.assert: - that: _target_state in ["present", "absent"] - fail_msg: "Exporter state must be 'present' or 'absent', got '{{ _target_state }}'" + that: _target_state in ['present', 'absent'] + fail_msg: Exporter state must be 'present' or 'absent', got '{{ _target_state }}' - name: Execute strategy ansible.builtin.include_tasks: -- cgit v1.2.3