Update 'playbook_sway.yml'
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
become: yes
|
become: yes
|
||||||
become_user: aur_builder
|
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:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/environment
|
path: /etc/environment
|
||||||
regexp: '^WLR_RENDERER_ALLOW_SOFTWARE='
|
regexp: '^WLR_RENDERER_ALLOW_SOFTWARE='
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
|
|
||||||
- name: Ensures sway config direcotry exists
|
- name: Ensures sway config direcotry exists
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: path=/home/tobi/.config/sway
|
path: /home/tobi/.config/sway
|
||||||
state: directory
|
state: directory
|
||||||
group: tobi
|
group: tobi
|
||||||
owner: tobi
|
owner: tobi
|
||||||
|
|||||||
Reference in New Issue
Block a user