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 de4391dac3 - Show all commits

View file

@ -30,5 +30,5 @@
--password "{{ gitea_admin_user_pass }}" \
--email "{{ gitea_admin_user }}@mgrote.net" \
--admin
when: 'not "gitea_admin_user" in check.stdout'
when: 'not "{{ gitea_admin_user }}@mgrote.net" in check.stdout'
...