Point installer to community.general.docker_image

Fixes issue in Ansible 2.10.2 where docker_image command is not found.
This commit is contained in:
Marco Lussetti
2020-10-15 20:38:29 -07:00
parent 28e792056d
commit 8217d14e36
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,7 @@
delegate_to: localhost
- name: Build sdist builder image
docker_image:
community.general.docker_image:
build:
path: "{{ role_path }}/files"
dockerfile: Dockerfile.sdist