mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
Change video to audio for warning
This commit is contained in:
parent
9ef46a3e1e
commit
b3dc0c1254
4 changed files with 3 additions and 3 deletions
BIN
files/low_battery.m4a
Normal file
BIN
files/low_battery.m4a
Normal file
Binary file not shown.
Binary file not shown.
|
@ -14,8 +14,8 @@
|
|||
- name: copy sound warning video
|
||||
become: yes
|
||||
copy:
|
||||
src: 'files/low_battery.mkv'
|
||||
dest: '/opt/low_battery.mkv'
|
||||
src: 'files/low_battery.m4a'
|
||||
dest: '/opt/low_battery.m4a'
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
mode: '0644'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 103
|
||||
playbook_version_number: 104
|
||||
playbook_version_path: '/etc/ansible-version/role-akku-warning_chaos-bodensee_github.com.version'
|
||||
|
|
Loading…
Reference in a new issue