diff --git a/gnome.yml b/gnome.yml index 5b07da0..832e43b 100644 --- a/gnome.yml +++ b/gnome.yml @@ -14,5 +14,6 @@ - name: Add Layan-dark theme shell: mkdir -p .themes && cd .themes && curl -Lo layan.tar.xz {{ layan_dark_url }} && tar xvJf layan.tar.xz && rm -f layan.tar.xz args: + chdir: "{{ ansible_env.HOME }}" warn: False creates: "{{ ansible_env.HOME }}/.themes/Layan-dark"