mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
[cloud] New feature for ec2_group: allow deleting groups by id (#26022)
This commit is contained in:
parent
3fe5de907f
commit
6b76bc924f
2 changed files with 29 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
|||
assert:
|
||||
that:
|
||||
- 'result.failed'
|
||||
- 'result.msg == "missing required arguments: name"'
|
||||
- 'result.msg == "one of the following is required: name,group_id"'
|
||||
|
||||
# ============================================================
|
||||
- name: test failure with only name
|
||||
|
@ -46,7 +46,7 @@
|
|||
assert:
|
||||
that:
|
||||
- 'result.failed'
|
||||
- 'result.msg == "missing required arguments: name"'
|
||||
- 'result.msg == "one of the following is required: name,group_id"'
|
||||
|
||||
# ============================================================
|
||||
- name: test failure with empty description (AWS API requires non-empty string desc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue