Do not clone temporally
This commit is contained in:
parent
dc776a0ba4
commit
d3070b1611
1 changed files with 9 additions and 8 deletions
|
@ -6,14 +6,15 @@
|
||||||
- include_tasks: 1_user_group.yml
|
- include_tasks: 1_user_group.yml
|
||||||
|
|
||||||
# Download CodiMD
|
# Download CodiMD
|
||||||
- name: Clone CodiMD project
|
# TODO : temporally disabled until 1.3.0 is out (because of uws bug)
|
||||||
git:
|
#- name: Clone CodiMD project
|
||||||
repo: https://github.com/hackmdio/codimd.git
|
# git:
|
||||||
dest: /var/local/codimd/codimd
|
# repo: https://github.com/hackmdio/codimd.git
|
||||||
version: 1.2.1
|
# dest: /var/local/codimd/codimd
|
||||||
become: yes
|
# version: 1.2.1
|
||||||
become_user: codimd
|
# become: yes
|
||||||
notify: Build front-end for CodiMD
|
# become_user: codimd
|
||||||
|
# notify: Build front-end for CodiMD
|
||||||
|
|
||||||
# Setup dependencies and configs
|
# Setup dependencies and configs
|
||||||
- name: Install CodiMD depedencies
|
- name: Install CodiMD depedencies
|
||||||
|
|
Loading…
Reference in a new issue