summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/plugins/modules/rhevm.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/general/plugins/modules/rhevm.py')
-rw-r--r--ansible_collections/community/general/plugins/modules/rhevm.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible_collections/community/general/plugins/modules/rhevm.py b/ansible_collections/community/general/plugins/modules/rhevm.py
index c129a2df5..7f2300997 100644
--- a/ansible_collections/community/general/plugins/modules/rhevm.py
+++ b/ansible_collections/community/general/plugins/modules/rhevm.py
@@ -141,14 +141,14 @@ options:
default: true
cd_drive:
description:
- - The CD you wish to have mounted on the VM when I(state = 'CD').
+ - The CD you wish to have mounted on the VM when O(state=cd).
type: str
timeout:
description:
- The timeout you wish to define for power actions.
- - When I(state = 'up').
- - When I(state = 'down').
- - When I(state = 'restarted').
+ - When O(state=up).
+ - When O(state=down).
+ - When O(state=restarted).
type: int
'''