Add and fix tags
This commit is contained in:
parent
fa51f71e57
commit
ff6c5430cc
|
@ -9,13 +9,13 @@
|
|||
dest: "/etc/unbound/{{ item }}"
|
||||
notify: Run service actions
|
||||
tags:
|
||||
- config
|
||||
- unbound
|
||||
- config
|
||||
- name: Set unbound as default dns
|
||||
replace:
|
||||
path: /etc/resolv.conf
|
||||
regexp: "^nameserver.*$"
|
||||
replace: "nameserver 127.0.0.1"
|
||||
tags:
|
||||
- config
|
||||
- unbound
|
||||
- config
|
||||
|
|
Reference in New Issue