From 63936534202402a9e101f802d9c673746e35e694 Mon Sep 17 00:00:00 2001 From: Jupiter Hu <jupiter.hu@monash.edu> Date: Thu, 11 Aug 2016 10:38:56 +1000 Subject: [PATCH] add more search specific Former-commit-id: f30209c0ff17f41a0f9c5a61489d6a3a1958bfc6 --- roles/ldapserver/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ldapserver/tasks/main.yml b/roles/ldapserver/tasks/main.yml index bb5ce9b9..54325821 100644 --- a/roles/ldapserver/tasks/main.yml +++ b/roles/ldapserver/tasks/main.yml @@ -160,7 +160,7 @@ when: ppolicyOverlayConfigured|failed - name: check refint module loaded - shell: slapcat -b cn=config | grep "olcmoduleload" + shell: slapcat -b cn=config | grep "olcmoduleload {. *}refint" sudo: true ignore_errors: true register: refintModuleLoaded -- GitLab