mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
Fix error
This commit is contained in:
parent
e89a93db81
commit
9a7d417fe7
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ akku_user: "{{ ansible_user_id }}"
|
|||
|
||||
# which sound should we play?
|
||||
akku_sound_src: 'files/low_battery.m4a'
|
||||
akku_sound_src: '/opt/low_battery.m4a'
|
||||
akku_sound_dest: '/opt/low_battery.m4a'
|
||||
|
||||
# should we install cronie?
|
||||
install_and_enable_cronie: false
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
- name: copy sound warning script
|
||||
become: yes
|
||||
templates:
|
||||
template:
|
||||
src: 'templates/akku.sh'
|
||||
dest: '/opt/akku.sh'
|
||||
owner: 'root'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 1024 #should be over ninethousand
|
||||
playbook_version_number: 2048 #should be over ninethousand
|
||||
playbook_version_path: '/etc/ansible-version/role-akku-warning_chaos-bodensee_github.com.version'
|
||||
|
|
Loading…
Reference in a new issue