feat: setup apps dir and default-browser
This commit is contained in:
parent
62821b6f05
commit
5504ee882a
1 changed files with 14 additions and 0 deletions
|
@ -377,3 +377,17 @@
|
||||||
when: 'profile == "pro"'
|
when: 'profile == "pro"'
|
||||||
include_role:
|
include_role:
|
||||||
name: openfortivpn
|
name: openfortivpn
|
||||||
|
|
||||||
|
- name: Setup apps dir
|
||||||
|
file:
|
||||||
|
path: "{{ home }}/.apps"
|
||||||
|
state: directory
|
||||||
|
recurse: true
|
||||||
|
|
||||||
|
- name: Setup default browser link
|
||||||
|
file:
|
||||||
|
src: /usr/bin/librewolf
|
||||||
|
dest: "{{ home }}/.apps/browser"
|
||||||
|
state: link
|
||||||
|
force: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue