From 4696aa1fed214fe1084d7c3deecaaa289bc0a1fd Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 31 Oct 2022 21:53:15 -0400 Subject: Update OBS, renamepublish and edit --- roles/obs/tasks/pulse.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/obs/tasks/pulse.yml') diff --git a/roles/obs/tasks/pulse.yml b/roles/obs/tasks/pulse.yml index 1cb71c5..f9a18f7 100644 --- a/roles/obs/tasks/pulse.yml +++ b/roles/obs/tasks/pulse.yml @@ -1,7 +1,7 @@ - name: Create pulse directory file: state: directory - path: "{{ emacsconf_home }}/.config/pulse/" + path: "~{{ emacsconf_user }}/.config/pulse/" owner: "{{ emacsconf_user }}" group: "{{ emacsconf_group }}" - name: Set up pulse configuration @@ -9,12 +9,12 @@ src: pulse owner: "{{ emacsconf_user }}" group: "{{ emacsconf_group }}" - dest: "{{ emacsconf_home }}/.config/pulse/default.pa" + dest: "~{{ emacsconf_user }}/.config/pulse/default.pa" mode: 0755 - name: Change ownership file: state: directory - path: "{{ emacsconf_home }}/.config/pulse/" + path: "~{{ emacsconf_user }}/.config/pulse/" owner: "{{ emacsconf_user }}" group: "{{ emacsconf_group }}" recurse: true -- cgit v1.2.3