1
0
Fork 0
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:
L3D 2020-05-16 19:36:07 +02:00
parent 72af28dd80
commit f92391b3d6
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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