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 1a0170c commit 3922ad0Copy full SHA for 3922ad0
roles/cephadm/tasks/prereqs.yml
@@ -43,7 +43,7 @@
43
become: true
44
45
- name: Pull ceph image with Docker
46
- docker_image:
+ community.docker.docker_image:
47
source: pull
48
name: "{{ cephadm_image }}"
49
state: present
0 commit comments