Update 'playbook_sway.yml'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user