mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
The interactive flag for management commands doesn't seem to be a thing anymore
This commit is contained in:
@@ -12,7 +12,6 @@ def run_command(name, *args, **options):
|
||||
command_runner = options.pop('command_runner', call_command)
|
||||
stdin_fileobj = options.pop('stdin_fileobj', None)
|
||||
options.setdefault('verbosity', 1)
|
||||
options.setdefault('interactive', False)
|
||||
original_stdin = sys.stdin
|
||||
original_stdout = sys.stdout
|
||||
original_stderr = sys.stderr
|
||||
|
||||
Reference in New Issue
Block a user