Merge branch 'master' of git.fudiggity.nl:ansible/arch-setup

This commit is contained in:
Sonny Bakker 2022-05-15 20:58:11 +02:00
commit a8368f5a8c

View file

@ -2,11 +2,11 @@
- name: remove previous configurations - name: remove previous configurations
file: file:
path: '{{ xdg_config_dir }}/systemd/user/pipewire-pulse.service.d/' path: '{{ item }}'
state: absent state: absent
loop: loop:
- { path: '{{ xdg_config_dir }}/systemd/user/pipewire-pulse.service.d/' } - '{{ xdg_config_dir }}/systemd/user/pipewire-pulse.service.d/'
- { path: '{{ xdg_script_dir }}/pulse-script' } - '{{ xdg_script_dir }}/pulse-script'
- name: create pipewire configuration dir - name: create pipewire configuration dir
file: file: