Merge "ldap: include tasks only when configuration is provided"

This commit is contained in:
Zuul 2019-01-14 11:06:37 +00:00 committed by Gerrit Code Review
commit d40f3bb412
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@
- include_tasks: keystone_ldap_setup.yml
when:
- "keystone_service_setup | bool"
- keystone_service_setup | bool
- keystone_ldap != {}
tags:
- keystone-config