gitea: fix admin user setup #72

Merged
mg merged 16 commits from ga into master 2024-05-13 12:00:02 +02:00
Showing only changes of commit 341073f7f5 - Show all commits

View file

@ -30,5 +30,5 @@
--password "{{ gitea_admin_user_pass }}" \ --password "{{ gitea_admin_user_pass }}" \
--email "{{ gitea_admin_user }}@mgrote.net" \ --email "{{ gitea_admin_user }}@mgrote.net" \
--admin --admin
when: 'not "Command error: CreateUser: user already exists [name: fadmin]" in check' when: 'not "Command error: CreateUser: user already exists [name: fadmin]" in check.stderr'
... ...