deactivate systemd-resolved
and replaced paths with global vars
This commit is contained in:
@@ -3,14 +3,11 @@
|
||||
tags: always
|
||||
|
||||
- block:
|
||||
- debug:
|
||||
msg: Debug
|
||||
- name: nameserver | unbound | disable systemd-resolved
|
||||
include_tasks: disable-systemd-resolved.yml
|
||||
when: bind == true or unbound == true
|
||||
|
||||
# # import role
|
||||
# - import_role:
|
||||
# name: # required. The name of the role to be executed.
|
||||
- block:
|
||||
# install software
|
||||
- include_tasks: install_bind.yml
|
||||
- include_tasks: configure_bind_snmpd.yml
|
||||
rescue:
|
||||
|
||||
Reference in New Issue
Block a user