add missing commas
This commit is contained in:
parent
84ffb7479b
commit
68e0865931
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ def run_module():
|
||||||
cwd=module.params['nextcloud_path'])
|
cwd=module.params['nextcloud_path'])
|
||||||
|
|
||||||
# set update interval, seems necessary to activate sync.
|
# set update interval, seems necessary to activate sync.
|
||||||
module.run_command(['/usr/bin/php', 'occ', 'config:app:set', 'user_ldap' 'updateAttributesInterval' '--value=86400'], check_rc=True,
|
module.run_command(['/usr/bin/php', 'occ', 'config:app:set', 'user_ldap', 'updateAttributesInterval', '--value=86400'], check_rc=True,
|
||||||
cwd=module.params['nextcloud_path'])
|
cwd=module.params['nextcloud_path'])
|
||||||
|
|
||||||
module.exit_json(**result)
|
module.exit_json(**result)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue