Commit b8f761ed authored by nanahira's avatar nanahira

fix

parent 368c4101
- hosts: fileserver - hosts: samba
remote_user: root remote_user: root
tasks: tasks:
- name: directory - name: directory
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
- name: docker-compose file - name: docker-compose file
copy: copy:
src: './files/samba-data/{{ inventory_hostname_short }}/docker-compose.yml' src: './files/samba-data/{{ inventory_hostname_short }}/docker-compose.yml'
dest: '~/fileserver/docker-compose.yml' dest: '{{docker_compose_path}}/docker-compose.yml'
- name: docker-compose up -d - name: docker-compose up -d
docker_compose: docker_compose:
project_src: ~/fileserver project_src: '{{docker_compose_path}}'
remove_orphans: true remove_orphans: true
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