mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
Run destructive win tests when creating instances.
This commit is contained in:
@@ -1426,6 +1426,9 @@ class WindowsIntegrationConfig(IntegrationConfig):
|
||||
|
||||
self.windows = args.windows # type: list [str]
|
||||
|
||||
if self.windows:
|
||||
self.allow_destructive = True
|
||||
|
||||
|
||||
class NetworkIntegrationConfig(IntegrationConfig):
|
||||
"""Configuration for the network integration command."""
|
||||
|
||||
Reference in New Issue
Block a user