Fix a task name.

This commit is contained in:
Andrea Dell'Amico 2018-05-08 20:38:34 +02:00
parent 3f720c9b7a
commit 7d707c10c0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
when: openldap_cleaner_cron_job
tags: [ 'ldap_server', 'ldap', 'ldap_conf', 'ldap_db_cleaner' ]
- name: Install the cron job that runs the ldap cleaner
- name: Remove the cron job that runs the ldap cleaner when it is not needed. When DB_LOG_AUTOREMOVE is set, for instance
cron: name="LDAP transaction logs cleaner" state=absent
when: not openldap_cleaner_cron_job
tags: [ 'ldap_server', 'ldap', 'ldap_conf', 'ldap_db_cleaner' ]