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:
parent
a3054919d2
commit
c96327ccfe
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
when: inventory_hostname.startswith('db01.phx2')
|
when: inventory_hostname.startswith('db01.phx2')
|
||||||
|
|
||||||
- name: Copy over anitya publib backup cron
|
- 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:
|
tags:
|
||||||
- postgresql
|
- postgresql
|
||||||
when: inventory_hostname.startswith('db01.phx2')
|
when: inventory_hostname.startswith('db01.phx2')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue