mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -07:00
Fix pycodestyle E117 issues.
This commit is contained in:
parent
7b8e814a10
commit
3e778d3f8f
40 changed files with 150 additions and 150 deletions
|
@ -101,7 +101,7 @@ class Namespace(object):
|
|||
changed = False
|
||||
|
||||
if self.state == 'present' and self.exists():
|
||||
changed = True
|
||||
changed = True
|
||||
|
||||
elif self.state == 'absent' and self.exists():
|
||||
changed = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue