|
|
@ -32,7 +32,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
- name: Exit if not installed |
|
|
|
- name: Exit if not installed |
|
|
|
meta: end_host |
|
|
|
meta: end_host |
|
|
|
when: zcs_install != True and not zcs_zmprov.stat.exists |
|
|
|
when: zcs_install != True and (zcs_zmprov is not defined or zcs_zmprov.stat is not defined or not zcs_zmprov.stat.exists) |
|
|
|
tags: zcs |
|
|
|
tags: zcs |
|
|
|
|
|
|
|
|
|
|
|
- set_fact: zcs_i_am_primary_ldap={{ (inventory_hostname == zcs_primary_ldap) | ternary(True,False) }} |
|
|
|
- set_fact: zcs_i_am_primary_ldap={{ (inventory_hostname == zcs_primary_ldap) | ternary(True,False) }} |
|
|
|