-
Notifications
You must be signed in to change notification settings - Fork 342
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
[Part #5] Ensures the modules documentation follows the correct formats #2087
[Part #5] Ensures the modules documentation follows the correct formats #2087
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 43s |
5f6c417
to
93a825d
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 01s |
9de4789
to
594ce8d
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 53s |
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.
Just a few minor typos, otherwise this looks good!
594ce8d
to
ac47a02
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 08s |
plugins/modules/s3_bucket_info.py
Outdated
@@ -112,8 +112,8 @@ | |||
transform_location: | |||
description: | |||
- S3 bucket location for default us-east-1 is normally reported as C(null). | |||
- Setting this option to C(true) will return C(us-east-1) instead. | |||
- Affects only queries with I(bucket_facts=true) and I(bucket_location=true). | |||
- Setting this option to V(true) will return C(us-east-1) instead. |
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.
- Setting this option to V(true) will return C(us-east-1) instead. | |
- Setting this option to V(true) will return RV(us-east-1) instead. |
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.
us-east-1 is not a returned value really. If I use RV(), the documentation building step will fail. I use V() instead.
308a4c5
to
34cf2d7
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 12s |
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
34cf2d7
to
24fc855
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 29s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 5m 20s |
7a487f5
into
ansible-collections:main
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #2242 🤖 @patchback |
…ts (#2087) SUMMARY Ensures the modules documentation follows the correct formats ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Helen Bailey <[email protected]> Reviewed-by: GomathiselviS Reviewed-by: Alina Buzachis (cherry picked from commit 7a487f5)
…ts (#2087) (#2242) This is a backport of PR #2087 as merged into main (7a487f5). SUMMARY Ensures the modules documentation follows the correct formats ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
SUMMARY
Ensures the modules documentation follows the correct formats
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION