Loading Ansible/roles/router/tasks/main.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Ansible/roles/router/tasks/main.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading