fix post tasks

This commit is contained in:
nazunalika 2022-06-04 18:01:01 -07:00
parent d7843b2a0a
commit 6e8a2766bc
Signed by: label
GPG Key ID: 6735C0E1BD65D048
3 changed files with 4 additions and 3 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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