1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-02 16:48:56 +00:00

docker_image: really deprecate state==build (#52412)

* Really deprecate state==build.

* Also explicitly deprecate use_tls.

* Add changelog.
This commit is contained in:
Felix Fontein 2019-02-18 14:25:25 +01:00 committed by John R Barker
parent 64b12d2c0d
commit 8222ebd23a
2 changed files with 20 additions and 6 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- "docker_image - the deprecated settings ``state: build`` and ``use_tls`` now
display warnings when being used. They will be removed in Ansible 2.11."