Fix multiple tasks in play
This commit is contained in:
parent
b4996ad8f1
commit
c9e14c8e0b
1 changed files with 5 additions and 1 deletions
|
@ -8,9 +8,13 @@
|
||||||
- lua-md5
|
- lua-md5
|
||||||
|
|
||||||
# See https://github.com/robyduck/cgit-custom
|
# See https://github.com/robyduck/cgit-custom
|
||||||
- name: add our custom theme
|
- name: Make sure cgit directory exists
|
||||||
file: dest=/usr/share/cgit state=directory owner=root group=root mode=0755
|
file: dest=/usr/share/cgit state=directory owner=root group=root mode=0755
|
||||||
|
|
||||||
|
- name: Make sure cgit images directory exists
|
||||||
file: dest=/usr/share/cgit/images state=directory owner=root group=root mode=0755
|
file: dest=/usr/share/cgit/images state=directory owner=root group=root mode=0755
|
||||||
|
|
||||||
|
- name: Copy cgit them into place.
|
||||||
copy: src={{item}} dest=/usr/share/cgit/{{item}} owner=root group=root mode=0644
|
copy: src={{item}} dest=/usr/share/cgit/{{item}} owner=root group=root mode=0644
|
||||||
with_items:
|
with_items:
|
||||||
- cgit.css
|
- cgit.css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue