Skip to content

Commit

Permalink
Enable check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed Dec 1, 2024
1 parent 2d5b935 commit 7f2c16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ def main():
xml=dict(type='str'),
mutate_flags=dict(type='list', elements='str', choices=MUTATE_FLAGS, default=['ADD_UUID']),
),
supports_check_mode=True
)

if not HAS_VIRT:
Expand Down

0 comments on commit 7f2c16c

Please sign in to comment.