mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 11:11:29 -07:00
Fix gender pronouns and the odd typo (#31709)
This commit is contained in:
parent
e2f16cfaf7
commit
1234a79349
6 changed files with 7 additions and 7 deletions
|
@ -47,7 +47,7 @@ options:
|
|||
default: null
|
||||
mfa_serial_number:
|
||||
description:
|
||||
- he identification number of the MFA device that is associated with the user who is making the AssumeRole call.
|
||||
- The identification number of the MFA device that is associated with the user who is making the AssumeRole call.
|
||||
required: false
|
||||
default: null
|
||||
mfa_token:
|
||||
|
|
|
@ -68,7 +68,7 @@ options:
|
|||
state:
|
||||
version_added: '2.3'
|
||||
description:
|
||||
- This controls the current state of the user. C(present) will login in a user, C(absent) will log him out.
|
||||
- This controls the current state of the user. C(present) will login in a user, C(absent) will log them out.
|
||||
- To logout you only need the registry server, which defaults to DockerHub.
|
||||
- Before 2.1 you could ONLY log in.
|
||||
- docker does not support 'logout' with a custom config file.
|
||||
|
|
|
@ -71,7 +71,7 @@ methods:
|
|||
|
||||
# The build method builds the entity we want to create.
|
||||
# Always be sure to build only the parameters the user specified
|
||||
# in his yaml file, so we don't change the values which we shouldn't
|
||||
# in their yaml file, so we don't change the values which we shouldn't
|
||||
# change. If you set the parameter to None, nothing will be changed.
|
||||
def build_entity(self):
|
||||
return otypes.Cluster(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue