Skip to content

Commit

Permalink
Fix doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mlow committed Sep 17, 2022
1 parent 5d718fa commit 6d412c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/doc_fragments/virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
"""

0 comments on commit 6d412c3

Please sign in to comment.