Browse Source

add tmp folder for tulip

Jeremy Zheng 2 years ago
parent
commit
fa8f8028a6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      deploy/mint.yml

+ 7 - 0
deploy/mint.yml

@@ -43,6 +43,13 @@
   hosts:
     - tulip
   tasks:
+    - name: setup tmp folder
+      become: true
+      ansible.builtin.file:
+        path: "{{ app_deploy_root }}/agile/rpc/tulip/tulip/tmp"
+        state: directory
+        owner: "www-data"
+        group: "www-data"
     - name: upload pali.stop
       become: true
       ansible.builtin.copy: