mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-05 07:49:10 -07:00
[stable-4] Fix pylint errors (#5939)
Fix pylint errors (#5933)
* Fix pylint errors.
* Also adjust to https://github.com/ansible/ansible/pull/79909.
(cherry picked from commit b1d9507cd2
)
This commit is contained in:
parent
a7783c48ff
commit
bbe74d2b17
8 changed files with 10 additions and 7 deletions
|
@ -172,8 +172,8 @@ class XFConfException(Exception):
|
|||
|
||||
|
||||
class XFConfProperty(CmdStateModuleHelper):
|
||||
change_params = 'value',
|
||||
diff_params = 'value',
|
||||
change_params = ('value', )
|
||||
diff_params = ('value', )
|
||||
output_params = ('property', 'channel', 'value')
|
||||
facts_params = ('property', 'channel', 'value')
|
||||
module = dict(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue