Skip to content

Commit

Permalink
Fix typo in device return sample (#1474) (#1478)
Browse files Browse the repository at this point in the history
[PR #1474/be51774e backport][stable-5] Fix typo in device return sample

This is a backport of PR #1474 as merged into main (be51774).
I think the sample should start "/dev" not "/def".
SUMMARY
Quick typo fix
ISSUE TYPE


Docs Pull Request

COMPONENT NAME
ec2_vol
ADDITIONAL INFORMATION
Just a typo

Reviewed-by: Mark Chappell
  • Loading branch information
patchback[bot] authored Apr 26, 2023
1 parent c0911ae commit 89645ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/1474-ec2_vol.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- ec2_vol - Fix documentation typo ``/def/`` should have been ``/dev/`` (https://github.com/ansible-collections/amazon.aws/pull/1474).
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vol.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
description: device name of attached volume
returned: when success
type: str
sample: "/def/sdf"
sample: "/dev/sdf"
volume_id:
description: the id of volume
returned: when success
Expand Down

0 comments on commit 89645ad

Please sign in to comment.