Commit 75d6be4c authored by nanahira's avatar nanahira

fix handler

parent 4791f785
...@@ -45,7 +45,10 @@ ...@@ -45,7 +45,10 @@
pull: '{{pull}}' pull: '{{pull}}'
handlers: handlers:
- name: handle - name: handle
include_tasks: 'handlers/{{item.type}}.yaml' include_tasks: 'handlers/docker.yaml'
vars: vars:
handler: '{{item}}' handler:
with_items: '{{handlers}}' type: docker
path: '{{ service_path }}'
services: '{{ handle_services }}'
when: handle_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