Skip to content
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

plugins documentation enhancement #1983

Open
1 task done
alinabuzachis opened this issue Feb 21, 2024 · 1 comment
Open
1 task done

plugins documentation enhancement #1983

alinabuzachis opened this issue Feb 21, 2024 · 1 comment

Comments

@alinabuzachis
Copy link
Contributor

Summary

Some plugins receive more frequent updates than others. This means that it can happen that some plugins return undocumented information in the RETURN block. This situation can also occur when updating botocore versions between major collections.
To ensure that our modules have an up-to-date RETURN block, I would suggest considering each plugin in part and making sure that the document's RETURN block is consistent with what the module actually returns.

Issue Type

Documentation Report

Component Name

Several

Ansible Version

$ ansible --version

Collection Versions

$ ansible-galaxy collection list

Configuration

No response

OS / Environment

No response

Additional Information

No response

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@gravesm
Copy link
Member

gravesm commented Feb 21, 2024

It may be worth investigating whether we could use type hinting on the result dictionary to ensure the RETURN block is always up to date.

softwarefactory-project-zuul bot pushed a commit that referenced this issue May 7, 2024
Update return block in documentation for ec2 modules (part 1)

SUMMARY


Refer #1983
This PR aligns the RETURN blocks in the module documentation to accurately reflect what the module returns, ensuring consistency.
Modules updated:
ec2_eip_info, ec2_ami, ec2_ami_info, ec2_eni, ec2_eni_info, ec2_instance, ec2_instance_info, ec2_security_group, ec2_security_group_info
ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Mark Chappell
Reviewed-by: Mike Graves <mgraves@redhat.com>
softwarefactory-project-zuul bot pushed a commit that referenced this issue May 21, 2024
Update return block of ec2 modules (part 2)

SUMMARY


Refer #1983
This PR aligns the RETURN blocks in the module documentation to accurately reflect what the module returns, ensuring consistency.
Modules updated:
ec2_snapshot ec2_snapshot_info ec2_spot_instance ec2_vol ec2_vpc_endpoint ec2_vpc_endpoint_info ec2_vpc_endpoint_service_info ec2_vpc_nat_gateway ec2_vpc_nat_gateway_info ec2_vpc_route_table ec2_vpc_subnet ec2_vpc_subnet_info
ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: GomathiselviS
Reviewed-by: Bikouo Aubin
Reviewed-by: Mike Graves <mgraves@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants