Explorar o código

:bug: fix main index.html

Jeremy Zheng %!s(int64=4) %!d(string=hai) anos
pai
achega
8ab89a8f77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deploy/roles/mint-main/tasks/main.yml

+ 1 - 1
deploy/roles/mint-main/tasks/main.yml

@@ -9,7 +9,7 @@
   ansible.builtin.template:
     src: index.html.j2
     dest: "{{ app_deploy_target }}/index.html"
-    mode: '0400'
+    mode: '0444'
 
 - name: upload nginx.conf
   become: true