mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
@@ -28,7 +28,7 @@ spec:
|
||||
- "{{ cronjob.threads }}"
|
||||
- "--global-timeout"
|
||||
- "{{ cronjob.timeout }}"
|
||||
{% if cronjob.host_timeout %}
|
||||
{% if cronjob.host_timeout is defined %}
|
||||
- "--host-timeout"
|
||||
- "{{ cronjob.host_timeout }}"
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user