Leave docker_image module calls unprefixed to increase compatibility

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1965
This commit is contained in:
Slavi Pantaleev
2022-07-21 11:23:57 +03:00
parent b9d7e24859
commit 4155ed2518
2 changed files with 3 additions and 3 deletions

View File

@@ -31,6 +31,6 @@
state: absent
- name: Ensure maubot Docker image doesn't exist
community.docker.docker_image:
docker_image:
name: "{{ matrix_bot_maubot_docker_image }}"
state: absent