mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-06 00:09:10 -07:00
Change type str -> path in argspec. (#1741)
This commit is contained in:
parent
ba4a98b1be
commit
f12df1d21b
5 changed files with 14 additions and 10 deletions
|
@ -47,7 +47,7 @@ class ModuleDocFragment(object):
|
|||
OCI_USER_KEY_FILE variable, if any, is used. This option is required if the private key is
|
||||
not specified through a configuration file (See C(config_file_location)). If the key is encrypted
|
||||
with a pass-phrase, the C(api_user_key_pass_phrase) option must also be provided.
|
||||
type: str
|
||||
type: path
|
||||
api_user_key_pass_phrase:
|
||||
description:
|
||||
- Passphrase used by the key referenced in C(api_user_key_file), if it is encrypted. If not set, then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue