mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ovirt_templates: fixed typo in doc (#27883)
This commit is contained in:
parent
a48a7eecc8
commit
29891bff19
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- "Should the template be present/absent/exported/imported/registered.
|
- "Should the template be present/absent/exported/imported/registered.
|
||||||
When C(state) is R(registered) and the unregistered template's name
|
When C(state) is I(registered) and the unregistered template's name
|
||||||
belongs to an already registered in engine template then we fail
|
belongs to an already registered in engine template then we fail
|
||||||
to register the unregistered template."
|
to register the unregistered template."
|
||||||
choices: ['present', 'absent', 'exported', 'imported', 'registered']
|
choices: ['present', 'absent', 'exported', 'imported', 'registered']
|
||||||
|
@ -82,7 +82,7 @@ options:
|
||||||
storage_domain:
|
storage_domain:
|
||||||
description:
|
description:
|
||||||
- "When C(state) is I(imported) this parameter specifies the name of the destination data storage domain.
|
- "When C(state) is I(imported) this parameter specifies the name of the destination data storage domain.
|
||||||
When C(state) is R(registered) this parameter specifies the name of the data storage domain of the unregistered template."
|
When C(state) is I(registered) this parameter specifies the name of the data storage domain of the unregistered template."
|
||||||
clone_permissions:
|
clone_permissions:
|
||||||
description:
|
description:
|
||||||
- "If I(True) then the permissions of the VM (only the direct ones, not the inherited ones)
|
- "If I(True) then the permissions of the VM (only the direct ones, not the inherited ones)
|
||||||
|
|
Loading…
Reference in a new issue