Skip to content

Commit

Permalink
force turbo mode to check times
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Oct 29, 2024
1 parent 0bd1cd4 commit 891305a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/module_utils/_vmware_ansible_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
except TypeError:
enable_turbo_mode = False

# short circuit to test
enable_turbo_mode = True
if enable_turbo_mode:
try:
from ansible_collections.cloud.common.plugins.module_utils.turbo.module import ( # noqa: F401
Expand Down

0 comments on commit 891305a

Please sign in to comment.