EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 72f5fb1e authored by Karl Grube's avatar Karl Grube
Browse files

more work on frr configuration

parent c55a65ed
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,12 @@
command: /usr/local/bin/frr-reload --test /etc/frr/staging.frr
changed_when: no
register: frr_staging
- name: print
debug:
msg: "{{frr_staging.stdout}}"
- name: frr-reload
command: /usr/local/bin/frr-reload --reload /etc/frr/staging.frr
- name: change frr configuration
block:
- name: changes in configuration
pause:
seconds: 30
prompt: "{{frr_staging.stdout}}"
- name: frr-reload
command: /usr/local/bin/frr-reload --reload /etc/frr/staging.frr
when: frr_staging.stdout is search("Lines To")
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