Skip to content

Commit 3922ad0

Browse files
authored
Use FQCN
1 parent 1a0170c commit 3922ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cephadm/tasks/prereqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
become: true
4444

4545
- name: Pull ceph image with Docker
46-
docker_image:
46+
community.docker.docker_image:
4747
source: pull
4848
name: "{{ cephadm_image }}"
4949
state: present

0 commit comments

Comments
 (0)