Commit 253add46 authored by nanahira's avatar nanahira

fix frpc handler

parent ff4b5606
......@@ -98,6 +98,6 @@
project_src: '{{ansible_user_dir}}/nextgen-network/services'
restarted: true
services:
- frpc_{{item}}
- frpc-{{item.name}}
with_items: '{{connections}}'
when: 'item.type == "wgfrp" and item.'
when: 'item.type == "wgfrp" and item.frpType == "frpc"'
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