Merge branch 'master' into matt/hosts

This commit is contained in:
Matt Burchett
2021-10-15 22:52:39 -05:00
committed by GitHub
6 changed files with 16 additions and 14 deletions

View File

@@ -71,9 +71,11 @@
owner: root
group: root
mode: '0755'
when: nebula_install_check_cron|bool
- 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|bool