mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-13 12:39:10 -07:00
ec2_group: docs: fix example for deletion by group ID (#55169)
requires the region for the example task to work
This commit is contained in:
parent
05fe9ef816
commit
a5f13dd361
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
- name: "Delete group by its id"
|
- name: "Delete group by its id"
|
||||||
ec2_group:
|
ec2_group:
|
||||||
|
region: eu-west-1
|
||||||
group_id: sg-33b4ee5b
|
group_id: sg-33b4ee5b
|
||||||
state: absent
|
state: absent
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue