Merge "Do not loop on ceph_external_multi_config unless it is defined"
This commit is contained in:
commit
081add1a7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user