diff --git a/playbook_sway.yml b/playbook_sway.yml index a670a2e..8cf4dac 100644 --- a/playbook_sway.yml +++ b/playbook_sway.yml @@ -99,7 +99,7 @@ become: yes become_user: aur_builder - - name: Add WLR_RENDERER_ALLOW_SOFTWARE to /etc/environment + - name: Add WLR_RENDERER_ALLOW_SOFTWARE to /etc/environment, needed for testing in VM ansible.builtin.lineinfile: path: /etc/environment regexp: '^WLR_RENDERER_ALLOW_SOFTWARE=' @@ -132,7 +132,7 @@ - name: Ensures sway config direcotry exists ansible.builtin.file: - path: path=/home/tobi/.config/sway + path: /home/tobi/.config/sway state: directory group: tobi owner: tobi