You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 06:06:57 +03:00
Fix pylint errors (#5933)
* Fix pylint errors. * Also adjust to https://github.com/ansible/ansible/pull/79909.
This commit is contained in:
@ -169,8 +169,8 @@ from ansible_collections.community.general.plugins.module_utils.xfconf import xf
|
||||
|
||||
|
||||
class XFConfProperty(StateModuleHelper):
|
||||
change_params = 'value',
|
||||
diff_params = 'value',
|
||||
change_params = ('value', )
|
||||
diff_params = ('value', )
|
||||
output_params = ('property', 'channel', 'value')
|
||||
module = dict(
|
||||
argument_spec=dict(
|
||||
|
Reference in New Issue
Block a user