We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6043e6f commit eab4f43Copy full SHA for eab4f43
infra/ansible/roles/dns_ospf/tasks/main.yaml
@@ -67,12 +67,6 @@
67
state: present
68
reload: true
69
70
-- name: Stop and disable frr service
71
- ansible.builtin.systemd_service:
72
- name: frr
73
- state: stopped
74
- enabled: false
75
-
76
- name: Import the bird_basic role from the nycmesh.common collection
77
ansible.builtin.import_role:
78
name: nycmesh.common.bird2_basic
0 commit comments