From ba9f0d53b2bea170c7b56e9575aa552d195bc3e8 Mon Sep 17 00:00:00 2001 From: kobihk Date: Mon, 6 May 2019 17:08:32 +0300 Subject: [PATCH] add missing exported state do doc string (#56109) --- lib/ansible/modules/cloud/ovirt/ovirt_disk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_disk.py b/lib/ansible/modules/cloud/ovirt/ovirt_disk.py index 5a403d96583..2a52ccb3e44 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_disk.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_disk.py @@ -37,8 +37,8 @@ options: - "ID of the Virtual Machine to manage. Either C(vm_id) or C(vm_name) is required if C(state) is I(attached) or I(detached)." state: description: - - "Should the Virtual Machine disk be present/absent/attached/detached." - choices: ['present', 'absent', 'attached', 'detached'] + - "Should the Virtual Machine disk be present/absent/attached/detached/exported." + choices: ['present', 'absent', 'attached', 'detached', 'exported'] default: 'present' download_image_path: description: