From dabd8d3dfd200df0df6d08c3089727d0f42afbbe Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 30 Jan 2024 13:25:30 +1300 Subject: [PATCH] Fix linter --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index a40e49f..eccc303 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -5,7 +5,7 @@ name: xinetd state: restarted enabled: true - when: 'ansible_os_family != "RedHat" and ansible_os_distribution_major_version != "9"' + when: 'ansible_os_family != "RedHat" and ansible_os_distribution_major_version != "9"' - name: cmk fresh install set_fact: cmk_fresh_install: true