diff --git a/host-pottwal.yml b/host-pottwal.yml
index 9c61864..a6da2e6 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -456,6 +456,8 @@
         state: directory
       with_items:
         - "{{ data_dir }}/uptime-kuma"
+      tags:
+        - uptimekuma
 
     - name: Ensure container for uptime-kuma is running
       docker_container:
@@ -471,6 +473,8 @@
           TZ: "{{ timezone }}"
         volumes:
           - "{{ data_dir }}/uptime-kuma:/app/data"
+      tags:
+        - uptimekuma
 
     - name: Setup proxy site "{{ uptimekuma_domain_name }}"
       include_role:
@@ -478,6 +482,8 @@
       vars:
         site_name: "{{ uptimekuma_domain_name }}"
         proxy_port: "{{ uptimekuma_host_port }}"
+      tags:
+        - uptimekuma
 
     - name: Ensure the grafana directories exist
       file: