ansible/changelogs/fragments/cron_removals.yml
Brian Coca 8cccabf1eb
cron: removal of deprecations and minor fix (#73591)
* removal of deprecations and minor fix

  name or cron_file is required.
  reboot was removed.
  updated docs to clarify usage.
  now using cron_file=/etc/crontab is an error

  fixes #37355
2021-05-06 18:05:06 -04:00

2 lines
117 B
YAML

minor_changes:
- cron, removed previously deprecated 'reboot' and now requires either 'name' as unique identifier.