mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
[cloud] New feature for ec2_group: allow deleting groups by id (#26022)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user