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.
1 parent 5e59afd commit 708a134Copy full SHA for 708a134
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 else [] }}"
+cephadm_commands_post_default: "{{ ['mgr module enable prometheus'] if kolla_enable_prometheus_ceph_mgr_exporter | bool else [] }}"
96
cephadm_commands_post_extra: []
97
98
###############################################################################
0 commit comments