fix: minor fixes
This commit is contained in:
parent
cf465e009d
commit
689eca585e
2 changed files with 2 additions and 1 deletions
|
@ -323,7 +323,7 @@ categories:
|
|||
browser:
|
||||
# - aur/librewolf-bin
|
||||
# - aur/librewof
|
||||
- ungoogled-chromium-bin
|
||||
- aur/ungoogled-chromium-bin
|
||||
# - thorium-browser-bin
|
||||
- qutebrowser
|
||||
- torbrowser-launcher
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
# copy from dots file to the /etc/unbound/config.d the additonal config enabled
|
||||
- name: Setup additonal namespaces config
|
||||
when: unbound_profiles is defined
|
||||
become: true
|
||||
copy:
|
||||
src: "{{ home }}/.dots/config/unbound/profiles/{{ item }}.conf"
|
||||
|
|
Loading…
Reference in a new issue