[ipa/server] Move the files to separate line

It seems that the command module in argv is adding space at the start of
file name when it's not on it's own line.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-11-07 13:34:39 +01:00
parent a40c051f55
commit f1eae89e18

View file

@ -710,9 +710,12 @@
ansible.builtin.command:
argv:
- /usr/bin/ldapmodify
- -Y EXTERNAL
- -H {{ ipa_ldap_socket }}
- -f /root/ldif/{{ item }}
- -Y
- EXTERNAL
- -H
- "{{ ipa_ldap_socket }}"
- -f
- "/root/ldif/{{ item }}"
with_items:
- grant_anonymous_replication_view.ldif
- grant_fas_sync.ldif