diff --git a/playbooks/zuul/run-production-playbook-post.yaml b/playbooks/zuul/run-production-playbook-post.yaml index 2d9b5554f2..c6e7c662d1 100644 --- a/playbooks/zuul/run-production-playbook-post.yaml +++ b/playbooks/zuul/run-production-playbook-post.yaml @@ -105,7 +105,7 @@ # makes lining things up more logical - name: Reset file time file: - src: '/var/log/ansible/{{ playbook_name }}.log.{{ _log_timestamp }}' + path: '/var/log/ansible/{{ playbook_name }}.log.{{ _log_timestamp }}' state: touch modification_time: '{{ _log_timestamp }}' modification_time_format: '%Y-%m%-%dT%H:%M:%S'