summaryrefslogtreecommitdiff
path: root/ansible/bgp/bgp.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/bgp/bgp.yml')
-rw-r--r--ansible/bgp/bgp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/bgp/bgp.yml b/ansible/bgp/bgp.yml
index a3e6ce3..cf80b37 100644
--- a/ansible/bgp/bgp.yml
+++ b/ansible/bgp/bgp.yml
@@ -41,7 +41,7 @@
register: template
- systemd:
- state: restarted
+ state: reloaded
service: bird
when: template.changed
become: yes