mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
invoke dns encryption from main playbook instead of meta-dependencies (#1097)
This commit is contained in:
parent
d9634eca8a
commit
91a9dfd983
2 changed files with 3 additions and 5 deletions
|
@ -1,6 +1 @@
|
|||
---
|
||||
|
||||
dependencies:
|
||||
- role: dns_encryption
|
||||
tags: dns_encryption
|
||||
when: dns_encryption
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
|
||||
roles:
|
||||
- role: common
|
||||
- role: dns_encryption
|
||||
when: dns_encryption
|
||||
tags: dns_encryption
|
||||
- role: dns_adblocking
|
||||
when: algo_local_dns
|
||||
tags: dns_adblocking
|
||||
|
|
Loading…
Add table
Reference in a new issue