ff
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-05-13 11:45:50 +02:00
parent 589b079c3f
commit 341073f7f5

View file

@ -30,5 +30,5 @@
--password "{{ gitea_admin_user_pass }}" \
--email "{{ gitea_admin_user }}@mgrote.net" \
--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'
...