Add signup redirect link
This commit is contained in:
parent
d8db92eec5
commit
404ec9839e
@ -0,0 +1,3 @@
|
|||||||
|
<head>
|
||||||
|
<meta http-equiv='refresh' content='0; URL=https://accounts.rockylinux.org/'>
|
||||||
|
</head>
|
@ -28,6 +28,14 @@
|
|||||||
when:
|
when:
|
||||||
- not gitea_configured_file.stat.exists|bool
|
- not gitea_configured_file.stat.exists|bool
|
||||||
|
|
||||||
|
- name: Drop template direct for sign up link
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: "var/lib/gitea/custom/templates/user/auth/signup.tmpl"
|
||||||
|
dest: "/var/lib/gitea/custom/templates/user/auth/signup.tmpl"
|
||||||
|
mode: '0644'
|
||||||
|
owner: git
|
||||||
|
group: git
|
||||||
|
|
||||||
- name: Drop file to prevent further configuration
|
- name: Drop file to prevent further configuration
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
name: /etc/gitea.configured
|
name: /etc/gitea.configured
|
||||||
|
Loading…
Reference in New Issue
Block a user