Commit d7c3fbe1 authored by nanahira's avatar nanahira

fix

parent beb06e81
......@@ -156,7 +156,7 @@
services:
- frpc-{{item.name}}
with_items: '{{connections}}'
when: 'item.protocol == "wgfrp" and item.frpType == "frpc"' and not noBird
when: 'item.protocol == "wgfrp" and item.frpType == "frpc" and not noBird'
- name: restart_ocserv
docker_compose:
project_src: '{{ansible_user_dir}}/nextgen-network/services'
......@@ -171,7 +171,7 @@
services:
- openconnect-{{item.name}}
with_items: '{{connections}}'
when: 'item.protocol == "oc" and item.ocType == "client"' and not noBird
when: 'item.protocol == "oc" and item.ocType == "client" and not noBird'
- name: restart_bird_systemd
become: true
systemd:
......
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