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
|
- name: copy sound warning script
|
||||||
become: yes
|
become: yes
|
||||||
template:
|
template:
|
||||||
src: 'templates/akku.sh'
|
src: 'templates/akku.sh.j2'
|
||||||
dest: '/opt/akku.sh'
|
dest: '/opt/akku.sh'
|
||||||
owner: 'root'
|
owner: 'root'
|
||||||
group: 'root'
|
group: 'root'
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
- manage_packages_akku_warning | bool
|
- manage_packages_akku_warning | bool
|
||||||
- install_and_enable_cronie | bool
|
- install_and_enable_cronie | bool
|
||||||
|
|
||||||
- name: Check akku every 2 minutes
|
- name: Check akku every 3 minutes
|
||||||
become: yes
|
become: yes
|
||||||
cron:
|
cron:
|
||||||
name: check if akku still okay
|
name: check if akku still okay
|
||||||
|
|
Loading…
Reference in a new issue