Skip to content

Commit

Permalink
all plural now
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Feb 1, 2024
1 parent 1169252 commit 3e441e4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down
Expand Up @@ -22,7 +22,7 @@
- key: fact_caching_connection
section: defaults
deprecated:
alternative: none
alternatives: none
why: Test deprecation
version: '2.0.0'
_prefix:
Expand All @@ -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:
Expand All @@ -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
Expand Down
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/ansible-doc/noop.output
Expand Up @@ -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"
Expand Down
Expand Up @@ -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"
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/integration/targets/ansible-doc/randommodule.output
Expand Up @@ -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"
Expand All @@ -31,7 +31,7 @@
"env": [
{
"deprecated": {
"alternative": "none",
"alternatives": "none",
"removed_in": "2.0.0",
"version": "2.0.0",
"why": "Test deprecation"
Expand Down

0 comments on commit 3e441e4

Please sign in to comment.