mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 18:18:12 -03:30
Linter fixes for Execution Environments module
Fix linter for the recently added Execution Environments module Signed-off-by: Elyézer Rezende <elyezermr@gmail.com>
This commit is contained in:
@@ -132,6 +132,7 @@ def main():
|
||||
wait=dict(default=False, type='bool'),
|
||||
interval=dict(default=1.0, type='float'),
|
||||
timeout=dict(default=None, type='int'),
|
||||
execution_environment=dict(),
|
||||
)
|
||||
|
||||
# Create a module for ourselves
|
||||
|
||||
Reference in New Issue
Block a user