summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/plugins/modules/etcd3.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/general/plugins/modules/etcd3.py')
-rw-r--r--ansible_collections/community/general/plugins/modules/etcd3.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible_collections/community/general/plugins/modules/etcd3.py b/ansible_collections/community/general/plugins/modules/etcd3.py
index 9cd027406..2fdc3f2f8 100644
--- a/ansible_collections/community/general/plugins/modules/etcd3.py
+++ b/ansible_collections/community/general/plugins/modules/etcd3.py
@@ -61,22 +61,22 @@ options:
type: str
description:
- The password to use for authentication.
- - Required if I(user) is defined.
+ - Required if O(user) is defined.
ca_cert:
type: path
description:
- The Certificate Authority to use to verify the etcd host.
- - Required if I(client_cert) and I(client_key) are defined.
+ - Required if O(client_cert) and O(client_key) are defined.
client_cert:
type: path
description:
- PEM formatted certificate chain file to be used for SSL client authentication.
- - Required if I(client_key) is defined.
+ - Required if O(client_key) is defined.
client_key:
type: path
description:
- PEM formatted file that contains your private key to be used for SSL client authentication.
- - Required if I(client_cert) is defined.
+ - Required if O(client_cert) is defined.
timeout:
type: int
description: