mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Adding Play class for v2
This commit is contained in:
parent
afd8cca345
commit
0ed9746db3
8 changed files with 349 additions and 55 deletions
|
@ -190,7 +190,7 @@ class ModuleArgsParser:
|
|||
task, dealing with all sorts of levels of fuzziness.
|
||||
'''
|
||||
|
||||
assert type(ds) == dict
|
||||
assert isinstance(ds, dict)
|
||||
|
||||
thing = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue