anitya/release-monitoring: db backup cron has to be mode 644, not 755.

https://pagure.io/fedora-infrastructure/issue/7479

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-01-07 18:27:03 +00:00
parent a3054919d2
commit c96327ccfe

View file

@ -91,7 +91,7 @@
when: inventory_hostname.startswith('db01.phx2')
- name: Copy over anitya publib backup cron
copy: src=cron-backup-anitya-public dest=/etc/cron.d/cron-backup-anitya-public mode=0755
copy: src=cron-backup-anitya-public dest=/etc/cron.d/cron-backup-anitya-public mode=0644
tags:
- postgresql
when: inventory_hostname.startswith('db01.phx2')