diff --git a/tasks/main.yml b/tasks/main.yml
index 84935fd4d8dded5a9e1d317e1955ec7f6cacd160..ae0b6a4657608fde02db6c557bd099b5947dafa0 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -179,6 +179,8 @@
     patterns:
       - '.git'
   register: phoebus_opis_found_repos
+  tags:
+    - phoebus-ess-opis
 
 
 - name: Remove repositories not defined in phoebus_opis_repos  # parses through found repos and compare them to defined opi repos.
@@ -187,3 +189,5 @@
     state: absent
   when: item.path | dirname not in phoebus_git_data.results | map(attribute='invocation.module_args.dest') | list
   loop: "{{ phoebus_opis_found_repos.files }}"
+  tags:
+    - phoebus-ess-opis