1
0
Fork 0
mirror of https://github.com/roles-ansible/role_akku_warning.git synced 2024-08-16 10:09:50 +02:00

cronie => cron

This commit is contained in:
L3D 2020-02-21 08:58:52 +01:00 committed by L3D
parent 04e4dd6717
commit 405938b826
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -17,7 +17,7 @@
become: true
package:
name:
- cronie
- cron
state: present
when:
- manage_packages_akku_warning | bool
@ -31,12 +31,3 @@
minute: '*/3'
user: '{{ akku_user }}'
cron_file: /etc/crontab
- name: Make sure cron is running
become: true
when: install_and_enable_cronie | bool
systemd:
name: cronie.service
state: started
enabled: yes
daemon_reload: yes