Commit 75d6be4c authored by nanahira's avatar nanahira

fix handler

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