invoke dns encryption from main playbook instead of meta-dependencies (#1097)

This commit is contained in:
Jack Ivanov 2018-09-02 21:52:59 +03:00 committed by Dan Guido
parent d9634eca8a
commit 91a9dfd983
2 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1 @@
---
dependencies:
- role: dns_encryption
tags: dns_encryption
when: dns_encryption

View file

@ -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