Commit b1d1091e authored by nanahira's avatar nanahira

update

parent 60dd736a
......@@ -21,6 +21,13 @@
verify_host: no
checksum: yes
archive: no
owner: yes
group: yes
perms: yes
- name: templates directory
file:
path: '{{ service_path }}/templates'
state: directory
- name: templates
become: true
with_items: '{{ template_list }}'
......@@ -34,3 +41,5 @@
docker_compose:
project_src: '{{ service_path }}'
remove_orphans: true
build: '{{build}}'
pull: '{{pull}}'
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