Update 'playbook_sway.yml'

This commit is contained in:
2021-11-13 09:52:38 +01:00
parent 68548b9c53
commit 212343ba76

View File

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