From 808b2ee8dd7f19498ef8fe392262da645dff9367 Mon Sep 17 00:00:00 2001 From: Logan V Date: Sat, 29 Jul 2017 00:17:02 -0500 Subject: [PATCH] Run the common setup tasks on Unbound DNS containers The log dir and LXC container common tasks used to configure the base settings of the host were not being run in the Unbound playbook. Change-Id: Ie35110ce7b8def02f176014beaf6fd972cea56ce --- playbooks/unbound-install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/unbound-install.yml b/playbooks/unbound-install.yml index 2701b03042..3cb99b2a3c 100644 --- a/playbooks/unbound-install.yml +++ b/playbooks/unbound-install.yml @@ -19,6 +19,8 @@ gather_facts: "{{ gather_facts | default(True) }}" user: root pre_tasks: + - include: common-tasks/os-log-dir-setup.yml + - include: common-tasks/os-lxc-container-setup.yml - include: common-tasks/package-cache-proxy.yml roles: - role: "unbound"