dd
This commit is contained in:
parent
42c9ddd3cb
commit
86bb918df6
1 changed files with 4 additions and 3 deletions
|
@ -22,10 +22,11 @@
|
|||
ignore_errors: true
|
||||
failed_when: 'not "Command error: login source already exists [name: lldap]" in configured.stderr'
|
||||
become_user: gitea
|
||||
changed_when: "configured.rc == 0"
|
||||
|
||||
#- name: debug
|
||||
# ansible.builtin.debug:
|
||||
# msg: "{{ configured }}"
|
||||
- name: debug
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ configured }}"
|
||||
|
||||
- name: Modify LDAP config
|
||||
ansible.builtin.command: |
|
||||
|
|
Loading…
Reference in a new issue