koji_builder: fix my broken template

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-12-06 14:57:11 -08:00
parent b3c2a39e1f
commit 389a8434fe

View file

@ -1,5 +1,5 @@
{% if inventory_hostname.startswith('buildhw-x86') }
{% if inventory_hostname.startswith('buildhw-x86') %}
*/5 * * * * root /usr/local/bin/lock-wrapper osbuildapi "/usr/local/bin/osbuildapi-update.sh" 2>&1 | /usr/local/bin/nag-once osbuildapi-update.sh 1d 2>&1
{% else }
{% else %}
23 17 * * * root /usr/local/bin/lock-wrapper osbuildapi "/usr/local/bin/osbuildapi-update.sh" 2>&1 | /usr/local/bin/nag-once osbuildapi-update.sh 1d 2>&1
{% endif %}