From 547e6bf251980772642e174733c2b8f0f17d0616 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Sat, 23 Jul 2022 18:29:50 +0200 Subject: [PATCH] Add tyr sounds and mpg123 --- platon.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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"