fix post tasks
This commit is contained in:
parent
d7843b2a0a
commit
6e8a2766bc
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: Touching run file that ansible has ran here
|
- name: Touching run file that ansible has ran here
|
||||||
ansible.builtin.files:
|
ansible.builtin.file:
|
||||||
path: /var/log/ansible.run
|
path: /var/log/ansible.run
|
||||||
state: touch
|
state: touch
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: Touching run file that ansible has ran here
|
- name: Touching run file that ansible has ran here
|
||||||
ansible.builtin.files:
|
ansible.builtin.file:
|
||||||
path: /var/log/ansible.run
|
path: /var/log/ansible.run
|
||||||
state: touch
|
state: touch
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
@ -28,7 +28,6 @@ DISABLE_SSH = false
|
|||||||
SSH_PORT = 22
|
SSH_PORT = 22
|
||||||
LFS_START_SERVER = true
|
LFS_START_SERVER = true
|
||||||
LFS_CONTENT_PATH = /var/lib/gitea/data/lfs
|
LFS_CONTENT_PATH = /var/lib/gitea/data/lfs
|
||||||
LFS_JWT_SECRET = {{ gitea_lfs_secret | default('lkmasdfoK351UYNASLDS71lANXLAanlpa.ajsdlJLKN') }}
|
|
||||||
OFFLINE_MODE = false
|
OFFLINE_MODE = false
|
||||||
LANDING_PAGE = explore
|
LANDING_PAGE = explore
|
||||||
;PROTOCOL = unix
|
;PROTOCOL = unix
|
||||||
@ -77,6 +76,8 @@ ROUTER = console
|
|||||||
[ui]
|
[ui]
|
||||||
DEFAULT_THEME = gitea-blue
|
DEFAULT_THEME = gitea-blue
|
||||||
THEMES = auto,gitea,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack
|
THEMES = auto,gitea,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack
|
||||||
|
AUTHOR = RESF Git Service
|
||||||
|
DESCRIPTION = RESF Git Service for the Rocky community
|
||||||
|
|
||||||
[admin]
|
[admin]
|
||||||
DISABLE_REGULAR_ORG_CREATION = true
|
DISABLE_REGULAR_ORG_CREATION = true
|
||||||
|
Loading…
Reference in New Issue
Block a user