allow override of nebula check minute
This commit is contained in:
committed by
Andrew Paglusch
parent
cb60d2c601
commit
34e91507cd
@@ -76,6 +76,6 @@
|
|||||||
- name: Ensure nebula-check is scheduled via cron
|
- name: Ensure nebula-check is scheduled via cron
|
||||||
cron:
|
cron:
|
||||||
name: "nebula-check"
|
name: "nebula-check"
|
||||||
minute: "*/5"
|
minute: "{{ nebula_check_cron_minute | default('*/5') }}"
|
||||||
job: "/opt/nebula/nebula-check.sh"
|
job: "/opt/nebula/nebula-check.sh"
|
||||||
when: nebula_install_check_cron|bool
|
when: nebula_install_check_cron|bool
|
||||||
|
|||||||
Reference in New Issue
Block a user