/home/zuul/src/opendev.org/opendev/system-config/playbooks/base.yaml
Execution
Date 08 Apr 2026 21:33:01 +0000
Duration 00:01:48.85
Controller bridge99.opendev.org
User root
Versions
Ansible 2.15.13
ara 1.7.5 / 1.7.5
Python 3.10.12
Summary
2 Hosts
87 Tasks
171 Results
1 Plays
27 Files
0 Records

File: /home/zuul/src/opendev.org/opendev/system-config/playbooks/roles/base/unbound/tasks/Debian.yaml

# We require the defaults file be in place before installing the
# package to work around this bug:
# https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/988513
# where we could end up briefly forwarding to a provider's broken
# DNS.

# This file differs from that in the package only by setting
# RESOLVCONF_FORWARDERS to false.
- name: Install unbound defaults file
  copy:
    src: unbound.default
    dest: /etc/default/unbound
    mode: 0444