Add tyr sounds and mpg123

This commit is contained in:
Stefan Haun 2022-07-23 18:29:50 +02:00
parent 69cac8f011
commit 547e6bf251

View file

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