Browse Source

Update install.yml

qiaofeng1227 2 years ago
parent
commit
842a3b4f25
1 changed files with 2 additions and 1 deletions
  1. 2 1
      apps/tasks/install.yml

+ 2 - 1
apps/tasks/install.yml

@@ -13,7 +13,8 @@
         bash githubclone.sh websoft9 docker-library
         bash githubclone.sh websoft9 docker-library
         mv docker-library library
         mv docker-library library
         cp -r  library  "{{installpath}}"
         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
     - name: Check port file exists
       stat:
       stat: