mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Fix inconsistent tab width
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
@@ -88,7 +88,6 @@ def main():
|
||||
protocol=dict(type='str', choices=['tcp', 'ws', 'wss']),
|
||||
websocket_path=dict(type='str'),
|
||||
state=dict(choices=['present', 'absent', 'exists'], default='present'),
|
||||
|
||||
)
|
||||
|
||||
# Create a module for ourselves
|
||||
|
||||
Reference in New Issue
Block a user