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