diff options
author | Felix Fontein <felix@fontein.de> | 2019-10-18 13:03:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 13:03:42 +0200 |
commit | 4b1fdee11900d2faf5c8ef20bb43b9f0125525f1 (patch) | |
tree | 70a53145658f49b0c6b00412d31f5830ae395ddd /docs | |
parent | Add subnet module (#60183) (diff) | |
download | ansible-4b1fdee11900d2faf5c8ef20bb43b9f0125525f1.tar.xz ansible-4b1fdee11900d2faf5c8ef20bb43b9f0125525f1.zip |
docker_container: deprecate trust_image_content (#63420)
* Deprecate trust_image_content.
* Add changelog.
* Mention it has never been used; removed test stub.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/porting_guides/porting_guide_2.10.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst index 1f5143aa41..4159cb6c47 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst @@ -55,6 +55,8 @@ The following functionality will be removed in Ansible 2.14. Please update updat * The :ref:`openssl_csr <openssl_csr_module>` module's option ``version`` no longer supports values other than ``1`` (the current only standardized CSR version). +* :ref:`docker_container <docker_container_module>`: the ``trust_image_content`` option will be removed. It has always been ignored by the module. + Noteworthy module changes ------------------------- |