Compare commits

..

No commits in common. "a459473252cfa840c17091f6e617478b835dca4a" and "3d8e67e6863ff15ae2e80027f2e1c402fcda4bac" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -23,8 +23,6 @@ gitea_home_path: /home/git
gitea_port: 3000
gitea_config:
DEFAULT:
run_mode: prod
server:
domain: "{{ gitea_domain }}"
root_url: "{{ gitea_ssl_enabled | ternary('https', 'http') }}://{{ gitea_domain }}/"

View File

@ -36,7 +36,7 @@
path: "{{ gitea_etc_path }}"
owner: root
group: "{{ gitea_group }}"
mode: 0750
mode: 750
state: directory
- name: configure
@ -54,7 +54,7 @@
path: "{{ item }}"
owner: "{{ gitea_user }}"
group: "{{ gitea_group }}"
mode: 0750
mode: 750
state: directory
with_items: "{{ gitea_var_tree }}"