Browse Source

set path to gogs in init script

Fabian Peter Hammerle 8 năm trước cách đây
mục cha
commit
97dadaadf5
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      tasks/init-setup.yml

+ 7 - 0
tasks/init-setup.yml

@@ -4,6 +4,13 @@
     path: "{{ gogs_user_home }}/{{ gogs_init_script_path }}"
     mode: 0755
 
+- name: Set path to Gogs in init script.
+  lineinfile:
+    dest: "{{ gogs_user_home }}/{{ gogs_init_script_path }}"
+    line: "WORKINGDIR={{ gogs_user_home }}/gogs"
+    regexp: "^WORKINGDIR=.*"
+  notify: restart gogs
+
 - name: Symlink Gogs binary and startup scripts.
   file:
     src: "{{ item.src }}"