fedora-web: move sync script to /usr/local/bin
In f42+, there's no longer a /usr/local/sbin, everything should be in /usr/local/bin. Move this last script there. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f2c9d257c1
commit
1ab76f84c8
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
- name: Create fedoraproject-sync script
|
||||
ansible.builtin.template:
|
||||
src: fedoraproject-sync
|
||||
dest: /usr/local/sbin/fedoraproject-sync
|
||||
dest: /usr/local/bin/fedoraproject-sync
|
||||
mode: "0700"
|
||||
tags:
|
||||
- fedora-web
|
||||
|
|
|
@ -1 +1 @@
|
|||
{{ "# " if disable_sync is defined }}25 * * * * root /usr/local/bin/lock-wrapper fedoraprojectsync /usr/local/sbin/fedoraproject-sync >& /dev/null
|
||||
{{ "# " if disable_sync is defined }}25 * * * * root /usr/local/bin/lock-wrapper fedoraprojectsync /usr/local/bin/fedoraproject-sync >& /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue