diff --git a/test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/modules/randommodule.py b/test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/modules/randommodule.py index b017112b3b1fa7..0cc84ea6f8c302 100644 --- a/test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/modules/randommodule.py +++ b/test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/modules/randommodule.py @@ -12,7 +12,7 @@ - Ansible Core Team version_added: 1.0.0 deprecated: - alternative: Use some other module + alternatives: Use some other module why: Test deprecation removed_in: '3.0.0' options: @@ -41,7 +41,7 @@ - name: TEST_ENV version_added: 1.0.0 deprecated: - alternative: none + alternatives: none why: Test deprecation removed_in: '2.0.0' version: '2.0.0' diff --git a/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/cache/notjsonfile.py b/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/cache/notjsonfile.py index 32abc43aa762a5..07647ac136e7c0 100644 --- a/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/cache/notjsonfile.py +++ b/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/cache/notjsonfile.py @@ -22,7 +22,7 @@ - key: fact_caching_connection section: defaults deprecated: - alternative: none + alternatives: none why: Test deprecation version: '2.0.0' _prefix: @@ -34,7 +34,7 @@ - key: fact_caching_prefix section: defaults deprecated: - alternative: none + alternatives: none why: Another test deprecation removed_at_date: '2050-01-01' _timeout: @@ -49,7 +49,7 @@ - name: notsjonfile_fact_caching_timeout version_added: 1.5.0 deprecated: - alternative: do not use a variable + alternatives: do not use a variable why: Test deprecation version: '3.0.0' type: integer diff --git a/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/lookup/noop.py b/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/lookup/noop.py index 7f69395142504e..84da43067259c7 100644 --- a/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/lookup/noop.py +++ b/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/lookup/noop.py @@ -11,7 +11,7 @@ description: - this is a noop deprecated: - alternative: Use some other lookup + alternatives: Use some other lookup why: Test deprecation removed_in: '3.0.0' extends_documentation_fragment: diff --git a/test/integration/targets/ansible-doc/noop.output b/test/integration/targets/ansible-doc/noop.output index 842f91dc6af90d..3ec5a15dbab1d3 100644 --- a/test/integration/targets/ansible-doc/noop.output +++ b/test/integration/targets/ansible-doc/noop.output @@ -4,7 +4,7 @@ "author": "Ansible core team", "collection": "testns.testcol", "deprecated": { - "alternative": "Use some other lookup", + "alternatives": "Use some other lookup", "removed_from_collection": "testns.testcol", "removed_in": "3.0.0", "why": "Test deprecation" diff --git a/test/integration/targets/ansible-doc/noop_vars_plugin.output b/test/integration/targets/ansible-doc/noop_vars_plugin.output index 46b0be700d10d3..09d55cc51b8d41 100644 --- a/test/integration/targets/ansible-doc/noop_vars_plugin.output +++ b/test/integration/targets/ansible-doc/noop_vars_plugin.output @@ -3,7 +3,7 @@ "doc": { "collection": "testns.testcol", "deprecated": { - "alternative": "Use some other module", + "alternatives": "Use some other module", "removed_from_collection": "testns.testcol2", "removed_in": "3.0.0", "why": "Test deprecation" diff --git a/test/integration/targets/ansible-doc/randommodule-text-verbose.output b/test/integration/targets/ansible-doc/randommodule-text-verbose.output index e7ec706b628182..b9a27b2764c981 100644 --- a/test/integration/targets/ansible-doc/randommodule-text-verbose.output +++ b/test/integration/targets/ansible-doc/randommodule-text-verbose.output @@ -14,7 +14,7 @@ OPTIONS (= inicates it is required): env: - added_in: version 1.0.0 of ansible-core deprecated: - alternative: none + alternatives: none removed_in: 2.0.0 version: 2.0.0 why: Test deprecation diff --git a/test/integration/targets/ansible-doc/randommodule-text.output b/test/integration/targets/ansible-doc/randommodule-text.output index e647576fa7109c..0f885654887861 100644 --- a/test/integration/targets/ansible-doc/randommodule-text.output +++ b/test/integration/targets/ansible-doc/randommodule-text.output @@ -20,7 +20,7 @@ OPTIONS (= inicates it is required): set_via: env: - deprecated: - alternative: none + alternatives: none removed_in: 2.0.0 version: 2.0.0 why: Test deprecation diff --git a/test/integration/targets/ansible-doc/randommodule.output b/test/integration/targets/ansible-doc/randommodule.output index 58eb4599effc1f..6e4a778689d384 100644 --- a/test/integration/targets/ansible-doc/randommodule.output +++ b/test/integration/targets/ansible-doc/randommodule.output @@ -6,7 +6,7 @@ ], "collection": "testns.testcol", "deprecated": { - "alternative": "Use some other module", + "alternatives": "Use some other module", "removed_from_collection": "testns.testcol", "removed_in": "3.0.0", "why": "Test deprecation" @@ -31,7 +31,7 @@ "env": [ { "deprecated": { - "alternative": "none", + "alternatives": "none", "removed_in": "2.0.0", "version": "2.0.0", "why": "Test deprecation"