Skip to content
Snippets Groups Projects
Commit bc44c73f authored by nimrod's avatar nimrod
Browse files

Router: Small fix.

The first time unbound-anchor is run the exit code is 1.
parent 86c715dd
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@
ansible.builtin.command:
cmd: /usr/sbin/unbound-anchor -a /var/unbound/db/root.key
creates: /var/unbound/db/root.key
register: router_unbound_anchor
failed_when: router_unbound_anchor.rc not in [0, 1]
tags:
- network
- dns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment