dd
This commit is contained in:
parent
e1a685fc55
commit
c05baad8cf
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ ufw_rules:
|
||||||
### ansible_role_gitea
|
### ansible_role_gitea
|
||||||
gitea_fork: "forgejo"
|
gitea_fork: "forgejo"
|
||||||
# gitea update
|
# gitea update
|
||||||
gitea_version: "8.0.1" # TODO renovate, wird das erkannt?
|
gitea_version: "1.21.11-2 " # TODO renovate, wird das erkannt?
|
||||||
gitea_version_check: true
|
gitea_version_check: true
|
||||||
gitea_backup_on_upgrade: false
|
gitea_backup_on_upgrade: false
|
||||||
# gitea in the linux world
|
# gitea in the linux world
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# den jeweiligen group/host-Vars!
|
# den jeweiligen group/host-Vars!
|
||||||
|
|
||||||
- name: Check if Admin-User exists
|
- name: Check if Admin-User exists
|
||||||
#no_log: true TODO
|
no_log: true
|
||||||
become_user: gitea
|
become_user: gitea
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.command: |
|
ansible.builtin.command: |
|
||||||
|
|
Loading…
Reference in a new issue