diff options
Diffstat (limited to 'tasks/process_exporter.yml')
| -rw-r--r-- | tasks/process_exporter.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |