forked from ISTI-ansible-roles/ansible-roles
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
db_archive -d -h {{ openldap_db_dir }} > /var/log/ldap_cleaner 2>&1
|
||
|
exit 0
|
||
|
|