From 0440eac4c717ee468a2ab13019f0a0727ab630d1 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 10 Jun 2019 20:20:20 +0200 Subject: [PATCH] ansible-playbooks/general#85 Linting [skip-ci] --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index e8f0e96..b55a8e9 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -60,7 +60,7 @@ - fail2ban-regex - fail2ban-server - fail2ban-testcases - ignore_errors: true + ignore_errors: yes - name: Enable Fail2Ban as a Boot Service service: -- GitLab