mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 04:00:31 -07:00
Remove extra line that breaks the PEP8 sanity check
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
b5431b4065
commit
2635f51865
1 changed files with 0 additions and 1 deletions
|
@ -380,7 +380,6 @@ def main():
|
|||
if not alias and state == "present":
|
||||
module.fail_json(msg='Name required when adding non-repo files.')
|
||||
|
||||
|
||||
# fill boolean attributes with defaults
|
||||
if 'enabled' not in repodata:
|
||||
repodata['enabled'] = '0'
|
||||
|
|
Loading…
Add table
Reference in a new issue