Merge "Run the common setup tasks on Unbound DNS containers"

This commit is contained in:
Jenkins 2017-07-31 15:07:54 +00:00 committed by Gerrit Code Review
commit 2e0591a7da

View File

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