From 29891bff19b55b8210658391932d0781aece6b3d Mon Sep 17 00:00:00 2001 From: Lukas Bednar Date: Thu, 10 Aug 2017 14:32:36 +0200 Subject: [PATCH] ovirt_templates: fixed typo in doc (#27883) --- lib/ansible/modules/cloud/ovirt/ovirt_templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_templates.py b/lib/ansible/modules/cloud/ovirt/ovirt_templates.py index b1174cd028..12a3093152 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_templates.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_templates.py @@ -40,7 +40,7 @@ options: state: description: - "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 to register the unregistered template." choices: ['present', 'absent', 'exported', 'imported', 'registered'] @@ -82,7 +82,7 @@ options: storage_domain: description: - "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: description: - "If I(True) then the permissions of the VM (only the direct ones, not the inherited ones)