This commit is contained in:
Michael Grote 2024-05-13 11:51:22 +02:00
parent 9b8b740177
commit cdc3d842a5

View file

@ -6,13 +6,14 @@
# den jeweiligen group/host-Vars!
- name: Check if Admin-User exists
# no_log: true
no_log: true
become_user: gitea
become: true
ansible.builtin.command: |
forgejo admin user list \
--config "{{ gitea_configuration_path }}/gitea.ini"
register: check
changed_when: false
- name: Ensure Admin-User exists
#no_log: true