mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 21:01:27 -07:00
Remove some tab/space issues in previous commits.
This commit is contained in:
parent
6a487409db
commit
c485cb3700
4 changed files with 7 additions and 9 deletions
|
@ -149,7 +149,7 @@ def main():
|
|||
encoding=dict(default=""),
|
||||
state=dict(default="present", choices=["absent", "present"]),
|
||||
),
|
||||
supports_check_mode = True
|
||||
supports_check_mode = True
|
||||
)
|
||||
|
||||
if not postgresqldb_found:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue