diff --git a/tasks/pipewire.yml b/tasks/pipewire.yml index 5d89433..74fe100 100644 --- a/tasks/pipewire.yml +++ b/tasks/pipewire.yml @@ -2,11 +2,11 @@ - name: remove previous configurations file: - path: '{{ xdg_config_dir }}/systemd/user/pipewire-pulse.service.d/' + path: '{{ item }}' state: absent loop: - - { path: '{{ xdg_config_dir }}/systemd/user/pipewire-pulse.service.d/' } - - { path: '{{ xdg_script_dir }}/pulse-script' } + - '{{ xdg_config_dir }}/systemd/user/pipewire-pulse.service.d/' + - '{{ xdg_script_dir }}/pulse-script' - name: create pipewire configuration dir file: