make nebula-check script optional

This commit is contained in:
AndrewPaglusch
2021-08-27 16:15:09 +00:00
parent 82ec21904c
commit bc1ef10c3e
2 changed files with 3 additions and 0 deletions

View File

@@ -69,9 +69,11 @@
owner: root
group: root
mode: '0755'
when: nebula_install_check_cron
- name: Ensure nebula-check is scheduled via cron
cron:
name: "nebula-check"
minute: "*/5"
job: "/opt/nebula/nebula-check.sh"
when: nebula_install_check_cron