salt/changelog/62988.fixed
Dheeraj Gupta 29812c3dcd Make legacy and modern syntax detection work for module.wait
PR#61772 added the ability to detect modern or legacy syntax for module.run
to allow both styles to co-exist. Those changes did not fully address
module.wait semantics which led to all module.wait syntaxes to be
treated as legacy. Using modern syntax led to state failure in such cases.

This commit adds additional keys that may be generated when module.wait is
used to the list of kwargs ignored by detection algorithm. It also adds
functional tests for module.wait test cases.

Fixes #62988
2022-11-07 12:58:42 -07:00

1 line
85 B
Text

Fixed bug where module.wait states were detected as running legacy module.run syntax