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:
parent
04e4dd6717
commit
405938b826
1 changed files with 1 additions and 10 deletions
|
@ -17,7 +17,7 @@
|
||||||
become: true
|
become: true
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- cronie
|
- cron
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- manage_packages_akku_warning | bool
|
- manage_packages_akku_warning | bool
|
||||||
|
@ -31,12 +31,3 @@
|
||||||
minute: '*/3'
|
minute: '*/3'
|
||||||
user: '{{ akku_user }}'
|
user: '{{ akku_user }}'
|
||||||
cron_file: /etc/crontab
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue