mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Merge branch 'new_arg_splitting' into devel
This commit is contained in:
@@ -218,7 +218,6 @@ def load_platform_subclass(cls, *args, **kwargs):
|
||||
|
||||
return super(cls, subclass).__new__(subclass)
|
||||
|
||||
|
||||
class AnsibleModule(object):
|
||||
|
||||
def __init__(self, argument_spec, bypass_checks=False, no_log=False,
|
||||
|
||||
Reference in New Issue
Block a user