From 6d412c36e996ab5b50e844a53dd3c15615ff3127 Mon Sep 17 00:00:00 2001 From: Matt Low Date: Fri, 16 Sep 2022 19:52:30 -0600 Subject: [PATCH] Fix doc issues --- plugins/doc_fragments/virt.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/doc_fragments/virt.py b/plugins/doc_fragments/virt.py index eb8437e..1809970 100644 --- a/plugins/doc_fragments/virt.py +++ b/plugins/doc_fragments/virt.py @@ -70,9 +70,11 @@ class ModuleDocFragment(object): options: mutate_flags: description: - - For each mutate_flag, we will modify the given XML in some way: + - For each mutate_flag, we will modify the given XML in some way - ADD_UUID will add an existing domain's UUID to the xml if it's missing - ADD_MAC_ADDRESSES will try to copy MAC addresses from the existing domain's network interfaces choices: [ ADD_UUID, ADD_MAC_ADDRESSES ] type: list + element: str + default: ['ADD_UUID'] """