mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 14:29:10 -07:00
now verbose mode shows config file used
This commit is contained in:
parent
67671e328a
commit
5f791329ce
8 changed files with 22 additions and 6 deletions
|
@ -81,6 +81,8 @@ class PlaybookCLI(CLI):
|
|||
|
||||
def run(self):
|
||||
|
||||
super(PlaybookCLI, self).run()
|
||||
|
||||
# Note: slightly wrong, this is written so that implicit localhost
|
||||
# Manage passwords
|
||||
sshpass = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue