1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Change type str -> path in argspec. (#1741)

This commit is contained in:
Felix Fontein
2021-02-12 07:58:30 +01:00
committed by GitHub
parent ba4a98b1be
commit f12df1d21b
5 changed files with 14 additions and 10 deletions

View File

@ -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