mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20:21 -07:00
Fix pylint errors (#5933)
* Fix pylint errors. * Also adjust to https://github.com/ansible/ansible/pull/79909.
This commit is contained in:
parent
a64df658c5
commit
b1d9507cd2
9 changed files with 12 additions and 9 deletions
|
@ -181,7 +181,7 @@ def main():
|
|||
required=False, choices=["present", "absent"], default="present"
|
||||
),
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
module = AnsibleModule(argument_spec=argument_spec)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue