d
This commit is contained in:
parent
eab0bcd206
commit
85e13d9369
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
--synchronize-users
|
||||
register: configured
|
||||
ignore_errors: true
|
||||
become_user: gitea
|
||||
|
||||
- name: debug
|
||||
ansible.builtin.debug:
|
||||
|
@ -28,5 +29,6 @@
|
|||
- name: Modify LDAP config
|
||||
ansible.builtin.command: cat /etc/motd
|
||||
when: not configured.changed or configured
|
||||
become_user: gitea
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue