@@ -28,7 +28,7 @@ class ModuleDocFragment(object):
28
28
- Required if I(cmci_password) is specified.
29
29
- Authentication prioritises certificate authentication if I(cmci_cert)
30
30
and I(cmci_key) are provided, then basic authentication if I(cmci_user)
31
- and (cmci_password) are provided, and then unauthenticated if none is
31
+ and I (cmci_password) are provided, and then unauthenticated if none is
32
32
provided.
33
33
type: str
34
34
cmci_password:
@@ -38,7 +38,7 @@ class ModuleDocFragment(object):
38
38
- Required if I(cmci_user) is specified.
39
39
- Authentication prioritises certificate authentication if I(cmci_cert)
40
40
and I(cmci_key) are provided, then
41
- basic authentication if I(cmci_user) and (cmci_password) are provided,
41
+ basic authentication if I(cmci_user) and I (cmci_password) are provided,
42
42
and then unauthenticated if none is provided.
43
43
type: str
44
44
cmci_cert:
@@ -49,7 +49,7 @@ class ModuleDocFragment(object):
49
49
- Required if I(cmci_key) is specified.
50
50
- Authentication prioritises certificate authentication if I(cmci_cert)
51
51
and I(cmci_key) are provided, then basic authentication if I(cmci_user)
52
- and (cmci_password) are provided, and then unauthenticated if none is
52
+ and I (cmci_password) are provided, and then unauthenticated if none is
53
53
provided.
54
54
required: false
55
55
type: str
@@ -61,7 +61,7 @@ class ModuleDocFragment(object):
61
61
- Required if I(cmci_cert) is specified.
62
62
- Authentication prioritises certificate authentication if I(cmci_cert)
63
63
and I(cmci_key) are provided, then basic authentication if I(cmci_user)
64
- and (cmci_password) are provided, and then unauthenticated if none is
64
+ and I (cmci_password) are provided, and then unauthenticated if none is
65
65
provided.
66
66
required: false
67
67
type: str
0 commit comments