Changed folder structure (fixes #10)
This commit is contained in:
parent
86311d733c
commit
405e0934c2
21 changed files with 5 additions and 3 deletions
|
@ -17,10 +17,12 @@
|
|||
- name: create folder for build files
|
||||
file: path=/tmp/communistquotes state=directory
|
||||
|
||||
# NOTE: It doesnt really make sense to call the folder "templates", when we actually dont use a
|
||||
# template task...
|
||||
- name: copy all build files recursively
|
||||
copy: src=templates/ dest=/tmp/communistquotes
|
||||
copy: src={{ item.from }} dest={{ item.to }}
|
||||
with_items:
|
||||
# folder structure on the target server is intentionally different
|
||||
- { from: 'src/', to: '/tmp/communistquotes' }
|
||||
- { from: 'quotes/', to: '/tmp/communistquotes/quotes' }
|
||||
|
||||
- name: Build image using cache source
|
||||
docker_image:
|
||||
|
|
Can't render this file because it contains an unexpected character in line 9 and column 1276.
|
Loading…
Reference in a new issue