Go ahead and run reboot job on FreeBSD. Unsure why it happened twice before, is not happening at all now.
This commit is contained in:
parent
67bf5ff32a
commit
7a1baaae5c
@ -168,5 +168,5 @@
|
||||
state: present
|
||||
disabled: no
|
||||
loop:
|
||||
- { "name": "Telegraf Reboot Job" , "freq": "reboot", "command": "{{ (ansible_system == 'Linux') | ternary(telegraf_cmd, '# FreeBSD is smart.') }}"}
|
||||
- { "name": "Telegraf Reboot Job" , "freq": "reboot", "command": "{{ telegraf_cmd }}"}
|
||||
- { "name": "Telegraf Keep-Alive Job", "freq": "hourly", "command": "{{ telegraf_watcher }}"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user