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:
Hyperling 2021-03-20 13:43:27 -05:00
parent 67bf5ff32a
commit 7a1baaae5c

View File

@ -168,5 +168,5 @@
state: present state: present
disabled: no disabled: no
loop: 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 }}"} - { "name": "Telegraf Keep-Alive Job", "freq": "hourly", "command": "{{ telegraf_watcher }}"}