mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -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
|
@ -136,7 +136,6 @@ class TestPlaybook(unittest.TestCase):
|
|||
timeout = 5,
|
||||
remote_user = self.user,
|
||||
remote_pass = None,
|
||||
verbose = False,
|
||||
stats = ans_callbacks.AggregateStats(),
|
||||
callbacks = self.test_callbacks,
|
||||
runner_callbacks = self.test_callbacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue