[ipa/server] Wrap jinja2 parameter in string
This should hopefully fix the "No such file or directory" error Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
a1aaa3183c
commit
e2ca17657a
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@
|
|||
- ldapmodify
|
||||
- -Y EXTERNAL
|
||||
- -H {{ ipa_ldap_socket }}
|
||||
- -f /root/ldif/{{ item }}
|
||||
- -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