We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 890246f + 60ec7a9 commit da7e837Copy full SHA for da7e837
etc/kayobe/cephadm.yml
@@ -92,7 +92,7 @@ cephadm_commands_post: "{{ cephadm_commands_post_default + cephadm_commands_post
92
cephadm_commands_pre_default: []
93
cephadm_commands_pre_extra: []
94
95
-cephadm_commands_post_default: "{{ ['mgr module enable prometheus'] if kolla_enable_prometheus_ceph_mgr_exporter | bool else [] }}"
+cephadm_commands_post_default: "{{ ['mgr module enable prometheus'] if kolla_enable_prometheus_ceph_mgr_exporter | default(False) | bool else [] }}"
96
cephadm_commands_post_extra: []
97
98
###############################################################################
0 commit comments