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:
Kevin Fenzi 2025-05-29 11:16:17 -07:00
parent f2c9d257c1
commit 1ab76f84c8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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