diff --git a/playbooks/zuul/run-production-playbook.yaml b/playbooks/zuul/run-production-playbook.yaml
index e35cbb9ac8..42171f0702 100644
--- a/playbooks/zuul/run-production-playbook.yaml
+++ b/playbooks/zuul/run-production-playbook.yaml
@@ -61,5 +61,5 @@
           when: not infra_prod_playbook_collect_log
           become: yes
           shell: |
-            find /var/log/ansible -name '{{ playbook_name }}.log.*' -type f -mtime 30 -delete
+            find /var/log/ansible -name '{{ playbook_name }}.log.*' -type f -mtime +30 -delete