Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ansible-roles
gobgp
Commits
a2e61469
Verified
Commit
a2e61469
authored
Dec 03, 2022
by
Tobias Krischer
Browse files
restart zebra on config change
parent
a7904e46
Pipeline
#742
failed with stage
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tasks/zebra.yml
View file @
a2e61469
...
...
@@ -9,6 +9,7 @@
content
:
hostname {{ ansible_fqdn }}
dest
:
"
{{
gobgp_zebra_config
}}"
mode
:
0640
notify
:
restart zebra
-
name
:
enable zebra
lineinfile
:
...
...
@@ -17,6 +18,7 @@
dest
:
"
{{
gobgp_zebra_daemons_config
}}"
mode
:
0640
create
:
true
notify
:
restart zebra
-
name
:
flush handlers
meta
:
flush_handlers
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment