1
0
Fork 0
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:
L3D 2019-08-31 15:08:02 +02:00
parent e89a93db81
commit 9a7d417fe7
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ akku_user: "{{ ansible_user_id }}"
# which sound should we play? # which sound should we play?
akku_sound_src: 'files/low_battery.m4a' 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? # should we install cronie?
install_and_enable_cronie: false install_and_enable_cronie: false

View file

@ -4,7 +4,7 @@
- name: copy sound warning script - name: copy sound warning script
become: yes become: yes
templates: template:
src: 'templates/akku.sh' src: 'templates/akku.sh'
dest: '/opt/akku.sh' dest: '/opt/akku.sh'
owner: 'root' owner: 'root'

View file

@ -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' playbook_version_path: '/etc/ansible-version/role-akku-warning_chaos-bodensee_github.com.version'