Merge "Do not loop on ceph_external_multi_config unless it is defined"

This commit is contained in:
Zuul 2021-01-20 01:21:59 +00:00 committed by Gerrit Code Review
commit 081add1a7f

View File

@ -721,7 +721,9 @@ outputs:
tripleo_ceph_client_config_home: {get_param: CephConfigPath}
dcn: "{{ item }}"
loop: "{{ ceph_external_multi_config }}"
when: {get_param: CephAnsibleSkipClient}
when:
- ceph_external_multi_config is defined
- {get_param: CephAnsibleSkipClient}
- name: ensure ceph health is OK before proceeding
import_role:
role: ceph