mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Fix typo
This commit is contained in:
parent
51dfd18e1f
commit
1d3ce41e83
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ EXAMPLES = '''
|
||||||
register: ec2_vol
|
register: ec2_vol
|
||||||
|
|
||||||
# Remove a volume
|
# Remove a volume
|
||||||
- location: action
|
- local_action:
|
||||||
module: ec2_vol
|
module: ec2_vol
|
||||||
id: vol-XXXXXXXX
|
id: vol-XXXXXXXX
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue