]> git.phdru.name Git - ansible.git/commitdiff
Fix(monthly-truncate-logs): Use absolute paths
authorOleg Broytman <phd@phdru.name>
Thu, 1 Aug 2019 10:01:29 +0000 (13:01 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 1 Aug 2019 10:01:29 +0000 (13:01 +0300)
playbooks/monthly-truncate-logs.yml

index 9a3c57aad7542f8f391b4f9e9886e45999a2f353..61c147203c5678862ee88aa9135e2fb52c2dcb49 100644 (file)
@@ -6,4 +6,4 @@
       copy:
         content: ''
         dest: "{{ item }}"
-      loop: ['mail/procmail.log', 'mail/sent-mail']
+      loop: ['~/mail/procmail.log', '~/mail/sent-mail']