chdir first

main
Andrew Coleman 2021-04-16 16:39:36 -04:00
parent 335f7ce1bc
commit a18a87a5dc
1 changed files with 1 additions and 0 deletions

View File

@ -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"