koji_builder: fix my broken template
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b3c2a39e1f
commit
389a8434fe
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue