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