From d3070b1611c7401702a46b29d3d490e265bff3c1 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 9 Feb 2019 09:26:05 +0100 Subject: [PATCH] Do not clone temporally --- roles/codimd/tasks/main.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/roles/codimd/tasks/main.yml b/roles/codimd/tasks/main.yml index 9d8d278..cb881d3 100644 --- a/roles/codimd/tasks/main.yml +++ b/roles/codimd/tasks/main.yml @@ -6,14 +6,15 @@ - include_tasks: 1_user_group.yml # Download CodiMD -- name: Clone CodiMD project - git: - repo: https://github.com/hackmdio/codimd.git - dest: /var/local/codimd/codimd - version: 1.2.1 - become: yes - become_user: codimd - notify: Build front-end for CodiMD +# TODO : temporally disabled until 1.3.0 is out (because of uws bug) +#- name: Clone CodiMD project +# git: +# repo: https://github.com/hackmdio/codimd.git +# dest: /var/local/codimd/codimd +# version: 1.2.1 +# become: yes +# become_user: codimd +# notify: Build front-end for CodiMD # Setup dependencies and configs - name: Install CodiMD depedencies