mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
verbose option is not being used, so remove it. debug variable still exists.
This commit is contained in:
@@ -60,7 +60,6 @@ class PlayBook(object):
|
||||
transport = C.DEFAULT_TRANSPORT,
|
||||
override_hosts = None,
|
||||
debug = False,
|
||||
verbose = False,
|
||||
callbacks = None,
|
||||
runner_callbacks = None,
|
||||
stats = None,
|
||||
@@ -95,7 +94,6 @@ class PlayBook(object):
|
||||
self.remote_port = remote_port
|
||||
self.transport = transport
|
||||
self.debug = debug
|
||||
self.verbose = verbose
|
||||
self.callbacks = callbacks
|
||||
self.runner_callbacks = runner_callbacks
|
||||
self.override_hosts = override_hosts
|
||||
|
||||
@@ -86,7 +86,6 @@ class Runner(object):
|
||||
transport=C.DEFAULT_TRANSPORT,
|
||||
conditional='True',
|
||||
callbacks=None,
|
||||
verbose=False,
|
||||
debug=False,
|
||||
sudo=False,
|
||||
module_vars=None,
|
||||
@@ -146,7 +145,6 @@ class Runner(object):
|
||||
self.module_vars = module_vars
|
||||
self.timeout = timeout
|
||||
self.debug = debug
|
||||
self.verbose = verbose
|
||||
self.remote_user = remote_user
|
||||
self.remote_pass = remote_pass
|
||||
self.remote_port = remote_port
|
||||
|
||||
Reference in New Issue
Block a user