mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue