From e290f5ae0ad1f9c69d9c98f9ce11f7526e92bfe8 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 31 May 2024 08:15:08 +0200 Subject: [PATCH] Add missing mpd state file --- tasks/mpd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/mpd.yml b/tasks/mpd.yml index 6d4f556..242c83f 100644 --- a/tasks/mpd.yml +++ b/tasks/mpd.yml @@ -23,6 +23,7 @@ - { path: '{{ mpd_configuration_dir }}', state: 'directory' } - { path: '{{ ncmpc_configuration_dir }}', state: 'directory' } - { path: '{{ mpd_configuration_dir }}/playlists', state: 'directory' } + - { path: '{{ mpd_configuration_dir }}/state', state: 'touch' } - name: remove previous mpd files file: