summaryrefslogtreecommitdiff
path: root/changelogs/fragments/66966-ec2-group-and-group_id.yml
diff options
context:
space:
mode:
authorMark Chappell <mchappel@redhat.com>2020-01-31 22:17:46 +0100
committerGitHub <noreply@github.com>2020-01-31 22:17:46 +0100
commit919a9e33e8fc93273439d0b9cdb0a5a68edb0468 (patch)
tree382992234dfad0cb9a23202522726aba64fc5d70 /changelogs/fragments/66966-ec2-group-and-group_id.yml
parent26175178ee639d3b0e0cd14159aa61d8e8c99b6b (diff)
downloadansible-919a9e33e8fc93273439d0b9cdb0a5a68edb0468.tar.gz
Minor AWS argument checks (required_if / mutually_exclusive) fixups (#66966)
* aws_netapp_cvs_snapshots - minor required_if fixup (state must be set if state=present) * ec2 - fix typo in mutually_exclusive definition * rds_instance: fix typo in mutually_exclusive restore_to_time should be restore_time - currently throws a boto error
Diffstat (limited to 'changelogs/fragments/66966-ec2-group-and-group_id.yml')
-rw-r--r--changelogs/fragments/66966-ec2-group-and-group_id.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/66966-ec2-group-and-group_id.yml b/changelogs/fragments/66966-ec2-group-and-group_id.yml
new file mode 100644
index 0000000000..05b04ff83f
--- /dev/null
+++ b/changelogs/fragments/66966-ec2-group-and-group_id.yml
@@ -0,0 +1,2 @@
+minor_changes:
+- 'ec2: deprecate allowing both group and group_id - currently we ignore group_id if both are passed.'