mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 08:54:01 -07:00
PEP8 E712 fixes (#21916)
This commit is contained in:
parent
5d39056379
commit
305c88700d
34 changed files with 103 additions and 123 deletions
|
@ -680,7 +680,7 @@ def main():
|
|||
commands.append(defaults)
|
||||
|
||||
elif state == 'absent':
|
||||
if existing.get('sparse') == True:
|
||||
if existing.get('sparse') is True:
|
||||
delta['sparse'] = False
|
||||
# defaults is a list of commands
|
||||
defaults = config_pim_interface_defaults(existing, jp_bidir, isauth)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue