From 06e04a8ad336a4445864879d8a78bf0abf26f4c3 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 31 Dec 2020 18:43:53 -0800 Subject: [PATCH] unbound depends on nmtrust for root hit udpate timer --- playbook.yml | 2 +- roles/unbound/meta/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index f1441d5..06aa6ef 100644 --- a/playbook.yml +++ b/playbook.yml @@ -21,10 +21,10 @@ - { role: pass, tags: ['pass'] } - { role: iptables, tags: ['iptables'] } - { role: nettools, tags: ['nettools'] } + - { role: nmtrust, tags: ['nmtrust'] } - { role: unbound, tags: ['unbound'] } - { role: openresolv, tags: ['openresolv'] } - { role: networkmanager, tags: ['networkmanager'] } - - { role: nmtrust, tags: ['nmtrust'] } - { role: macchiato, tags: ['macchiato'] } - { role: ntp, tags: ['ntp'] } - { role: firejail, tags: ['firejail'] } diff --git a/roles/unbound/meta/main.yml b/roles/unbound/meta/main.yml index 9ccced1..6483ad2 100644 --- a/roles/unbound/meta/main.yml +++ b/roles/unbound/meta/main.yml @@ -2,3 +2,4 @@ dependencies: - { role: openresolv } - { role: systemd } + - { role: nmtrust }