Commit f8198ae4 authored by nanahira's avatar nanahira

fix

parent 0b7d9b0a
......@@ -70,7 +70,5 @@
handler:
type: docker
path: '{{ ansible_user_dir }}/{{ service_path }}'
services:
- '{{ item.name }}'
with_items: '{{ frpc_instances }}'
services: '{{ frpc_instances | map(attribute="name") }}'
when: service_name == "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