mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
rename akku.sh to akku.sh.j2 and fix description
This commit is contained in:
parent
72af28dd80
commit
f92391b3d6
3 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: copy sound warning script
|
||||
become: yes
|
||||
template:
|
||||
src: 'templates/akku.sh'
|
||||
src: 'templates/akku.sh.j2'
|
||||
dest: '/opt/akku.sh'
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
- manage_packages_akku_warning | bool
|
||||
- install_and_enable_cronie | bool
|
||||
|
||||
- name: Check akku every 2 minutes
|
||||
- name: Check akku every 3 minutes
|
||||
become: yes
|
||||
cron:
|
||||
name: check if akku still okay
|
||||
|
|
Loading…
Reference in a new issue