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:
|
browser:
|
||||||
# - aur/librewolf-bin
|
# - aur/librewolf-bin
|
||||||
# - aur/librewof
|
# - aur/librewof
|
||||||
- ungoogled-chromium-bin
|
- aur/ungoogled-chromium-bin
|
||||||
# - thorium-browser-bin
|
# - thorium-browser-bin
|
||||||
- qutebrowser
|
- qutebrowser
|
||||||
- torbrowser-launcher
|
- torbrowser-launcher
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
# copy from dots file to the /etc/unbound/config.d the additonal config enabled
|
# copy from dots file to the /etc/unbound/config.d the additonal config enabled
|
||||||
- name: Setup additonal namespaces config
|
- name: Setup additonal namespaces config
|
||||||
|
when: unbound_profiles is defined
|
||||||
become: true
|
become: true
|
||||||
copy:
|
copy:
|
||||||
src: "{{ home }}/.dots/config/unbound/profiles/{{ item }}.conf"
|
src: "{{ home }}/.dots/config/unbound/profiles/{{ item }}.conf"
|
||||||
|
|
Loading…
Reference in a new issue