From 012218d2a503093ae8f1c820c020a6d30fe33a07 Mon Sep 17 00:00:00 2001 From: Eric Zillmann <zillmann@arocom.de> Date: Thu, 13 Feb 2020 09:40:54 +0100 Subject: [PATCH] ansible-inventories/arocom#2840 added tag haproxy_redirects_collector to task inclusion in main.yml --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 763d1b1..4dafbdf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -39,6 +39,8 @@ - name: Install HAProxy redirects collector include_tasks: haproxy_redirects_collector.yml + tags: + - haproxy_redirects_collector when: (not excluded_roles or "drupal" not in excluded_roles) and drupal_install_drupal and (collect_config is not defined or not collect_config) -- GitLab