Changed folder structure (fixes #10)

This commit is contained in:
Felix Ableitner 2019-11-10 17:07:38 +01:00
parent 86311d733c
commit 405e0934c2
21 changed files with 5 additions and 3 deletions

View file

@ -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:

View file

Can't render this file because it contains an unexpected character in line 9 and column 1276.