[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:
parent
a40c051f55
commit
f1eae89e18
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue