From ff6c5430cca252fb116146cf19a100908ad27f9d Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 16 May 2020 22:25:38 +0200 Subject: [PATCH] Add and fix tags --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 636e21e..d9c1caf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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