-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ecs_taskdefinition: Documentation improvement #534
ecs_taskdefinition: Documentation improvement #534
Conversation
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
2903186
to
aada41a
Compare
4ed3384
to
3e45632
Compare
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
3e45632
to
9b427c7
Compare
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
cba5b3c
to
ee9e445
Compare
b43fd8d
to
fd2b0ac
Compare
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
854b26c
to
58d9f4d
Compare
f8a8b2f
to
6eb3a6c
Compare
6eb3a6c
to
4310112
Compare
type: dict | ||
suboptions: | ||
description: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is missing the key for the suboption we talked about.
type: dict | |
suboptions: | |
description: | |
type: dict | |
suboptions: | |
credentialsParameter: | |
description: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jillr Thank you very much for this. Yeah, I think I lost it somewhere in the copy/paste process.
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @alinabuzachis ,
Looks like there's a typo/thinko that's been copy and pasted in the validation. Otherwise looks ok and mostly just nits
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
e2ccdb3
to
73d490b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these are my last nits...
if linux_param.get('maxSwap') and launch_type == 'FARGATE': | ||
module.fail_json(msg='maxSwap parameter is not supported with the FARGATE launch type.') | ||
elif linux_param.get('maxSwap') and linux_param['maxSwap'] < 0: | ||
module.fail_json(msg='Accepted values are 0 or any positive integer.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
module.fail_json(msg='Accepted values are 0 or any positive integer.') | |
module.fail_json(msg='Accepted values for maxSwap are 0 or any positive integer.') |
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Thanks for cleaning this up @alinabuzachis it's not the most interesting work for most people, but does make things much more user-friendly. |
…is/ec2_depends_on ecs_taskdefinition: Documentation improvement Reviewed-by: https://github.com/apps/ansible-zuul This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@0b87626
…is/ec2_depends_on ecs_taskdefinition: Documentation improvement Reviewed-by: https://github.com/apps/ansible-zuul This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@0b87626
…is/ec2_depends_on ecs_taskdefinition: Documentation improvement Reviewed-by: https://github.com/apps/ansible-zuul This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@b6cde06
…ends_on ecs_taskdefinition: Documentation improvement Reviewed-by: https://github.com/apps/ansible-zuul
…ends_on ecs_taskdefinition: Documentation improvement Reviewed-by: https://github.com/apps/ansible-zuul
…ends_on ecs_taskdefinition: Documentation improvement Reviewed-by: https://github.com/apps/ansible-zuul
ec2_eni: Add check_mode support to ec2_eni SUMMARY Add check_mode support to ec2_eni. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_eni Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
SUMMARY
ecs_taskdefinition: Documentation improvement.
Fixes: #520 and #287
COMPONENT NAME
ecs_taskdefinition