mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
[do
* Add U() in front of URL * Add period at end of statement * Spell check Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
452a4ab781
commit
d76a84a6c8
37 changed files with 110 additions and 110 deletions
|
@ -23,7 +23,7 @@ options:
|
|||
duration_seconds:
|
||||
description:
|
||||
- The duration, in seconds, of the session token.
|
||||
See http://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html#API_GetSessionToken_RequestParameters
|
||||
See U(https://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html#API_GetSessionToken_RequestParameters)
|
||||
for acceptable and default values.
|
||||
mfa_serial_number:
|
||||
description:
|
||||
|
@ -62,7 +62,7 @@ changed:
|
|||
EXAMPLES = '''
|
||||
# Note: These examples do not set authentication details, see the AWS Guide for details.
|
||||
|
||||
# Get a session token (more details: http://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html)
|
||||
# Get a session token (more details: https://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html)
|
||||
sts_session_token:
|
||||
duration_seconds: 3600
|
||||
register: session_credentials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue