mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
removes diff_params
This commit is contained in:
@@ -137,7 +137,6 @@ class AndroidSdk(StateModuleHelper):
|
||||
use_old_vardict = False
|
||||
output_params = ('installed', 'removed')
|
||||
change_params = ('installed', 'removed')
|
||||
diff_params = ('installed', 'removed')
|
||||
|
||||
def __init_module__(self):
|
||||
self.sdkmanager = AndroidSdkManager(sdkmanager_runner(self.module))
|
||||
|
||||
Reference in New Issue
Block a user