f
This commit is contained in:
parent
7e20fbd466
commit
8e4865e4da
1 changed files with 1 additions and 2 deletions
|
@ -10,9 +10,8 @@
|
||||||
become_user: gitea
|
become_user: gitea
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.command: |
|
ansible.builtin.command: |
|
||||||
forgejo admin user create \
|
forgejo admin user list \
|
||||||
--config "{{ gitea_configuration_path }}/gitea.ini"
|
--config "{{ gitea_configuration_path }}/gitea.ini"
|
||||||
--list
|
|
||||||
register: check
|
register: check
|
||||||
|
|
||||||
- name: Ensure Admin-User exists
|
- name: Ensure Admin-User exists
|
||||||
|
|
Loading…
Reference in a new issue