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
Branches
No related tags found
Loading
...@@ -44,6 +44,8 @@ ...@@ -44,6 +44,8 @@
ansible.builtin.command: ansible.builtin.command:
cmd: /usr/sbin/unbound-anchor -a /var/unbound/db/root.key cmd: /usr/sbin/unbound-anchor -a /var/unbound/db/root.key
creates: /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: tags:
- network - network
- dns - dns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment