From c59d8ade0c3d66d8074036269d55d071371125bc Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 1 Jun 2024 20:04:42 +1200 Subject: [PATCH] =?UTF-8?q?chore:=20Fix=20linter=20issue=20=20=F0=9F=9A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/RedHat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/RedHat.yml b/tasks/RedHat.yml index 62b0d42..bbfaa53 100644 --- a/tasks/RedHat.yml +++ b/tasks/RedHat.yml @@ -6,7 +6,7 @@ state: present notify: restart xinetd when: ansible_distribution_major_version != '9' - + - name: Start xinetd service: name: xinetd