mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-03 07:41:30 -07:00
verbose option is not being used, so remove it. debug variable still exists.
This commit is contained in:
parent
78b5cd64d0
commit
3f26a1c7f6
6 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue