Commit 0f1e9e7c authored by nanahira's avatar nanahira

fix exec -T

parent b8bc74b8
# MyCard bird
# Force change in 12.12
# Force change in 12.14
log stderr all;
router id {{address}};
......
......@@ -89,7 +89,7 @@
become: true
shell: '{{ansible_user_dir}}/nextgen-network/scripts/switch-rules-down.sh ; {{ansible_user_dir}}/nextgen-network/scripts/switch-rules-up.sh'
- name: restart_bird
shell: 'docker-compose exec bird birdc configure'
shell: 'docker-compose exec -T bird birdc configure'
args:
chdir: '{{ansible_user_dir}}/nextgen-network/services'
- name: restart_frps
......
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