dotfiles-ansible/roles/config/tasks/xdg-desktop-portal-wlr.yml

14 lines
331 B
YAML

---
- name: xdg-desktop-portal-wlr | Create config directory
file:
path: ~/.config/xdg-desktop-portal-wlr
state: directory
mode: '755'
- name: xdg-desktop-portal-wlr | Copy config
template:
src: xdg-desktop-portal-wlr/config.j2
dest: ~/.config/xdg-desktop-portal-wlr/config
force: true
mode: '644'