Add and fix tags

This commit is contained in:
Alex 2020-05-16 22:25:38 +02:00
parent fa51f71e57
commit ff6c5430cc
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 2 deletions

View File

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