dokouwiki: add option which theme branch to check out
This commit is contained in:
parent
e943a541e5
commit
b5ddebcada
3 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
ansible.builtin.git:
|
||||
repo: "{{ dokuwiki__custom_theme_git_url }}"
|
||||
dest: "{{ dokuwiki__installpath }}/lib/tpl/{{ dokuwiki__custom_theme_name }}"
|
||||
version: "{{ dokuwiki__custom_theme_version }}"
|
||||
force: true
|
||||
depth: 1
|
||||
single_branch: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue