mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Deprecate docker_image, use the docker module to deploy docker images, or shell out to docker to call docker build if you want from a playbook.
This commit is contained in:
parent
a091d8c59a
commit
98fdc389d0
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: docker_image
|
||||
deprecated: "functions are being rolled into the 'docker' module"
|
||||
author: Pavel Antonov
|
||||
version_added: "1.5"
|
||||
short_description: manage docker images
|
Loading…
Reference in a new issue