This commit is contained in:
Michael Grote 2024-04-03 23:03:37 +02:00
parent eab0bcd206
commit 85e13d9369

View file

@ -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
...