ff
This commit is contained in:
parent
d0b2b2d74b
commit
7e20fbd466
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# 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: |
|
||||
|
@ -16,7 +16,7 @@
|
|||
register: check
|
||||
|
||||
- name: Ensure Admin-User exists
|
||||
no_log: true
|
||||
#no_log: true
|
||||
become_user: gitea
|
||||
become: true
|
||||
ansible.builtin.command: |
|
||||
|
|
Loading…
Reference in a new issue