mirror of
https://github.com/ansible/awx.git
synced 2026-03-29 06:45:09 -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']),
|
protocol=dict(type='str', choices=['tcp', 'ws', 'wss']),
|
||||||
websocket_path=dict(type='str'),
|
websocket_path=dict(type='str'),
|
||||||
state=dict(choices=['present', 'absent', 'exists'], default='present'),
|
state=dict(choices=['present', 'absent', 'exists'], default='present'),
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create a module for ourselves
|
# Create a module for ourselves
|
||||||
|
|||||||
Reference in New Issue
Block a user