ansible /etc/crontab

https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cron_module.html

cron_file に /etc/crontab は指定できなくなった。

  cron:
    cron_file: /etc/crontab

Will not manage /etc/crontab via cron_file, see documentation.
FreeBSD cron

FreeBSD は 11.1 で /etc/cron.d サポートが追加された。

The cron(8) utility has been updated to add support for including files within /etc/cron.d and /usr/local/etc/cron.d by default. (r308720) (Sponsored by Gandi.net)
https://www.freebsd.org/releases/11.1R/relnotes/

11.1 以前

LinuxFreeBSD の cron の動作の違いとして気になるところに、FreeBSD では /etc/cron.d/*
を読まないというのがあるが、periodic を使って month, weekly, daily なんかと同じように読み込ませることはできそう。
periodic と run-parts (2007-09-25) | あーありがち 2007

https://serverfault.com/questions/414731/splitting-crontab-into-several-files-under-freebsd