diff --git a/tasks/main.yml b/tasks/main.yml
index 763d1b13bc231040d487169be446dc8735218a2f..4dafbdf080d2dd7a00ed574cf88d4ddda366dab2 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)