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 43a243b commit 5e59afdCopy full SHA for 5e59afd
etc/kayobe/cephadm.yml
@@ -90,9 +90,9 @@ cephadm_commands_pre: "{{ cephadm_commands_pre_default + cephadm_commands_pre_ex
90
cephadm_commands_post: "{{ cephadm_commands_post_default + cephadm_commands_post_extra }}"
91
92
cephadm_commands_pre_default: []
93
-cephadm_commands_post_default: "{{ ['mgr module enable prometheus'] if kolla_enable_prometheus_ceph_mgr_exporter else [] }}"
94
-
95
cephadm_commands_pre_extra: []
+
+cephadm_commands_post_default: "{{ ['mgr module enable prometheus'] if kolla_enable_prometheus_ceph_mgr_exporter else [] }}"
96
cephadm_commands_post_extra: []
97
98
###############################################################################
0 commit comments