Deploy package cache proxy on unbound

Unbound containers should attempt to use the package cache proxy
if it is available.

Change-Id: Ib91085c750646272543e914548bfdb300e9faf31
This commit is contained in:
Logan V 2017-04-12 14:05:41 -05:00
parent a72804ac8d
commit d04647afd2

View File

@ -18,6 +18,8 @@
- unbound
gather_facts: "{{ gather_facts | default(True) }}"
user: root
pre_tasks:
- include: common-tasks/package-cache-proxy.yml
roles:
- role: "unbound"
tags: