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 /test/integration/targets/docker_container | |
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 'test/integration/targets/docker_container')
-rw-r--r-- | test/integration/targets/docker_container/tasks/tests/options.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/docker_container/tasks/tests/options.yml b/test/integration/targets/docker_container/tasks/tests/options.yml index 638286b0c6..3ec843655e 100644 --- a/test/integration/targets/docker_container/tasks/tests/options.yml +++ b/test/integration/targets/docker_container/tasks/tests/options.yml @@ -3377,12 +3377,6 @@ avoid such warnings, please quote the value.' in log_options_2.warnings" - tmpfs_4 is changed #################################################################### -## trust_image_content ############################################# -#################################################################### - -# TODO: - trust_image_content - -#################################################################### ## tty ############################################################# #################################################################### |