Add tyr sounds and mpg123
This commit is contained in:
parent
69cac8f011
commit
547e6bf251
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
- tmux
|
||||
- git-core
|
||||
- libmosquitto-dev
|
||||
- mpg123
|
||||
|
||||
|
||||
- name: Set MAC address for proper DHCP recognition
|
||||
|
@ -129,3 +130,11 @@
|
|||
chdir: "/home/{{ gatekeeper_user }}/netz39_rollladensteuerung/raspberry/shuttercontrol"
|
||||
cmd: make
|
||||
creates: "/home/{{ gatekeeper_user }}/netz39_rollladensteuerung/raspberry/shuttercontrol/shuttercontrol"
|
||||
|
||||
- name: Create directory for tyr sounds
|
||||
ansible.builtin.file:
|
||||
path: "/home/{{ gatekeeper_user }}/tyr/sounds"
|
||||
state: directory
|
||||
owner: "{{ gatekeeper_user }}"
|
||||
group: "{{ gatekeeper_user }}"
|
||||
mode: "0755"
|
||||
|
|
Loading…
Reference in a new issue