Commit 4791f785 authored by nanahira's avatar nanahira

fix

parent 6dd16db6
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
checksum: yes checksum: yes
archive: no archive: no
perms: yes perms: yes
notify: handler notify: handle
- name: templates directory - name: templates directory
file: file:
path: '{{ service_path }}/templates' path: '{{ service_path }}/templates'
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
owner: '{{ ansible_user_id }}' owner: '{{ ansible_user_id }}'
group: '{{ ansible_user_id }}' group: '{{ ansible_user_id }}'
follow: yes follow: yes
notify: handler notify: handle
- name: docker-compose up -d - name: docker-compose up -d
docker_compose: docker_compose:
project_src: '{{ service_path }}' project_src: '{{ service_path }}'
......
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