diff options
Diffstat (limited to 'test/integration/targets/deprecations/cache_plugins/notjsonfile.py')
-rw-r--r-- | test/integration/targets/deprecations/cache_plugins/notjsonfile.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/deprecations/cache_plugins/notjsonfile.py b/test/integration/targets/deprecations/cache_plugins/notjsonfile.py index 800fe3bb36..3af587abb7 100644 --- a/test/integration/targets/deprecations/cache_plugins/notjsonfile.py +++ b/test/integration/targets/deprecations/cache_plugins/notjsonfile.py @@ -9,6 +9,10 @@ DOCUMENTATION = """ description: This cache uses is NOT JSON author: Ansible Core (@ansible-core) version_added: 0.7.0 + deprecated: + alternative: cause I need to test it + why: Test deprecation + version: '2.0.0' options: _uri: required: True |