浏览代码

Update install.yml

qiaofeng1227 2 年之前
父节点
当前提交
842a3b4f25
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      apps/tasks/install.yml

+ 2 - 1
apps/tasks/install.yml

@@ -13,7 +13,8 @@
         bash githubclone.sh websoft9 docker-library
         mv docker-library library
         cp -r  library  "{{installpath}}"
-        cp -r  "{{installpath}}/library/apps/{{app}}"  "{{installpath}}" 
+        cp -r  "{{installpath}}/library/apps/{{app}}"  "{{installpath}}"
+      async: 1800
       
     - name: Check port file exists
       stat: