diff --git a/zabbix-server/tasks/main.yml b/zabbix-server/tasks/main.yml
index ae1a31aed1c10f384c18ffc09c990bf7135c4092..5fe29f7b68c4fbc6307781011d0e97517a2e383b 100644
--- a/zabbix-server/tasks/main.yml
+++ b/zabbix-server/tasks/main.yml
@@ -148,7 +148,11 @@
   delegate_to: "{{ zabbix_db_host }}"
   with_items:
     - { table: "history", months: 4 }
+    - { table: "history_str", months: 4 }
+    - { table: "history_text", months: 4 }
+    - { table: "history_uint", months: 4 }
     - { table: "trends", months: 13 }
+    - { table: "trends_uint", months: 13 }
   tags:
     - database
     - zabbix