allow override of nebula check minute

This commit is contained in:
AndrewPaglusch
2023-03-11 01:28:48 -06:00
committed by Andrew Paglusch
parent cb60d2c601
commit 34e91507cd

View File

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