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 589b079c3f - Show all commits

View file

@ -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 # no_log: true
become_user: gitea become_user: gitea
become: true become: true
ansible.builtin.command: | ansible.builtin.command: |
@ -20,7 +20,7 @@
ignore_errors: true ignore_errors: true
- name: Ensure Admin-User exists - name: Ensure Admin-User exists
no_log: true # no_log: true
become_user: gitea become_user: gitea
become: true become: true
ansible.builtin.command: | ansible.builtin.command: |