Commit ce4c9b91 authored by nanahira's avatar nanahira

reload babeld always true

parent a9bc7adb
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
- babeld - babeld
when: not noBird when: not noBird
- name: reload_babeld - name: reload_babeld
shell: cat /tmp/babeld-reload.conf | timeout 1 nc ::1 33123 shell: cat /tmp/babeld-reload.conf | timeout 1 nc ::1 33123 || true
- name: restart_frps - name: restart_frps
docker_compose: docker_compose:
project_src: '{{ansible_user_dir}}/nextgen-network/services' project_src: '{{ansible_user_dir}}/nextgen-network/services'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment