diff --git a/platon.yml b/platon.yml index d066bf3..aa9ec7c 100644 --- a/platon.yml +++ b/platon.yml @@ -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"