forked from ISTI-ansible-roles/ansible-roles
Fix a task name.
This commit is contained in:
parent
3f720c9b7a
commit
7d707c10c0
|
@ -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' ]
|
||||
|
|
Loading…
Reference in New Issue