mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 22:03:18 +00:00
ipaserver_setup_ds: Fix tasks.create_tmpfiles_dirs call (issue#19)
tasks.create_tmpfiles_dirs does not support options for FreeIPA 4.5
This commit is contained in:
@@ -126,7 +126,7 @@ def main():
|
||||
|
||||
if NUM_VERSION < 40600:
|
||||
# Make sure tmpfiles dir exist before installing components
|
||||
tasks.create_tmpfiles_dirs(IPAAPI_USER)
|
||||
tasks.create_tmpfiles_dirs()
|
||||
|
||||
# Create a directory server instance
|
||||
if not options.external_cert_files:
|
||||
|
||||
Reference in New Issue
Block a user