fix post tasks
This commit is contained in:
parent
d7843b2a0a
commit
6e8a2766bc
@ -27,7 +27,7 @@
|
||||
|
||||
post_tasks:
|
||||
- name: Touching run file that ansible has ran here
|
||||
ansible.builtin.files:
|
||||
ansible.builtin.file:
|
||||
path: /var/log/ansible.run
|
||||
state: touch
|
||||
mode: '0644'
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
post_tasks:
|
||||
- name: Touching run file that ansible has ran here
|
||||
ansible.builtin.files:
|
||||
ansible.builtin.file:
|
||||
path: /var/log/ansible.run
|
||||
state: touch
|
||||
mode: '0644'
|
||||
|
@ -28,7 +28,6 @@ DISABLE_SSH = false
|
||||
SSH_PORT = 22
|
||||
LFS_START_SERVER = true
|
||||
LFS_CONTENT_PATH = /var/lib/gitea/data/lfs
|
||||
LFS_JWT_SECRET = {{ gitea_lfs_secret | default('lkmasdfoK351UYNASLDS71lANXLAanlpa.ajsdlJLKN') }}
|
||||
OFFLINE_MODE = false
|
||||
LANDING_PAGE = explore
|
||||
;PROTOCOL = unix
|
||||
@ -77,6 +76,8 @@ ROUTER = console
|
||||
[ui]
|
||||
DEFAULT_THEME = gitea-blue
|
||||
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]
|
||||
DISABLE_REGULAR_ORG_CREATION = true
|
||||
|
Loading…
Reference in New Issue
Block a user