mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
Pylint fixes for packaging (#23553)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
040fb4435a
commit
8ba069315e
3 changed files with 45 additions and 44 deletions
|
@ -51,9 +51,9 @@ EXAMPLES = '''
|
|||
|
||||
def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec = dict(
|
||||
name = dict(required=True),
|
||||
selection = dict(choices=['install', 'hold', 'deinstall', 'purge'])
|
||||
argument_spec=dict(
|
||||
name=dict(required=True),
|
||||
selection=dict(choices=['install', 'hold', 'deinstall', 'purge'])
|
||||
),
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue