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.
reviewable/pr18780/r1
Michael DeHaan 11 years ago
parent b0a4a6dbe2
commit 2970b339eb

@ -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…
Cancel
Save