~xenrox/ansible

bb83d390b98a03d0d2073f28d97cc231275b178e — Thorben Günther 2 years ago 4ddbd3d
cron: Remove reboot task

Will be substituted with a systemd timer.
1 files changed, 0 insertions(+), 10 deletions(-)

M roles/cron/tasks/main.yml
M roles/cron/tasks/main.yml => roles/cron/tasks/main.yml +0 -10
@@ 15,13 15,3 @@
    env: true
    name: MAILTO
    value: admin@xenrox.net

- name: add cron reboot task utc
  ansible.builtin.cron:
    name: reboot
    state: present
    user: root
    job: "reboot"
    weekday: "1"
    hour: "5"
    minute: "30"