From c0f7bef315d5c88e022464e1e63fb8f60d1ec872 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 14 Oct 2019 09:50:44 +0200 Subject: [PATCH] ansible-inventories/arocom#2832 Correct line endings in errorfiles and add a tag to update just them --- tasks/install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/install.yml b/tasks/install.yml index 5cb2833..6e8b779 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -66,3 +66,7 @@ - '502' - '503' - '504' + tags: + - errorfiles + notify: + - Check HAProxy Config -- GitLab