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 091c024 commit 9bb5fe4Copy full SHA for 9bb5fe4
roles/cephadm/tasks/prechecks.yml
@@ -5,3 +5,7 @@
5
- name: Set cephadm_bootstrap
6
set_fact:
7
cephadm_bootstrap: "{{ ansible_facts.services | dict2items | selectattr('key', 'match', '^ceph.*') | list | length == 0 }}"
8
+
9
+- name: Check if specified container engine is installed
10
+ command: "which {{ cephadm_container_engine }}"
11
+ changed_when: false
0 commit comments