Automatically apply states on a schedule
At present states are only applied when the state.apply
module is run manually.
To ensure changes to states are always applied (and to ensure modules like pkg.uptodate
are run routinely), a schedule should be created to apply states daily at 10am.
Cron expression: 0 10 * * *
.