9 lines
227 B
YAML
9 lines
227 B
YAML
|
---
|
||
|
- import_tasks: deb-nameserver.yml
|
||
|
when: ansible_distribution_file_variety == "Debian"
|
||
|
|
||
|
- import_tasks: deb-caching-nameserver.yml
|
||
|
when:
|
||
|
- ansible_distribution_file_variety == "Debian"
|
||
|
- bind_caching_nameserver
|