mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
Fix some typos (#16498)
This commit is contained in:
parent
4f76222f5b
commit
47f715fb37
11 changed files with 12 additions and 12 deletions
|
@ -127,7 +127,7 @@ Don't query the galaxy API when creating roles
|
|||
LIST
|
||||
----
|
||||
|
||||
The *list* sub-command is used to show what roles are currently instaled.
|
||||
The *list* sub-command is used to show what roles are currently installed.
|
||||
You can specify a role name, and if installed only that role will be shown.
|
||||
|
||||
USAGE
|
||||
|
@ -334,7 +334,7 @@ Override the default server https://galaxy.ansible.com.
|
|||
|
||||
--list::
|
||||
|
||||
Show your configured integrations. Provids the ID of each integration
|
||||
Show your configured integrations. Provides the ID of each integration
|
||||
which can be used with the remove option.
|
||||
|
||||
--remove::
|
||||
|
|
|
@ -144,7 +144,7 @@ Run operations with su (deprecated, use become).
|
|||
|
||||
*-R SU-USER*, *--su-user=*'SU_USER'::
|
||||
|
||||
run operations with su as this user (default=root) (deprecated, use become).
|
||||
Run operations with su as this user (default=root) (deprecated, use become).
|
||||
|
||||
*-s*, *--sudo*::
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ the password.
|
|||
Show a help message related to the given sub-command.
|
||||
|
||||
|
||||
If '--valut-password-file' is not supplied ansib-vault will automatically prompt for passwords as required.
|
||||
If '--vault-password-file' is not supplied ansible-vault will automatically prompt for passwords as required.
|
||||
|
||||
|
||||
CREATE
|
||||
|
|
|
@ -104,7 +104,7 @@ Show help message and exit.
|
|||
*-i* 'PATH', *--inventory=*'PATH'::
|
||||
|
||||
The 'PATH' to the inventory, which defaults to '/etc/ansible/hosts'.
|
||||
Alternatively you can use a comma separated list of hosts or single host with traling comma 'host,'.
|
||||
Alternatively you can use a comma separated list of hosts or single host with trailing comma 'host,'.
|
||||
|
||||
*-l* 'SUBSET', *--limit=*'SUBSET'::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue