mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
now verbose mode shows config file used
This commit is contained in:
@@ -99,7 +99,9 @@ class CLI(object):
|
||||
raise Exception("Need to implement!")
|
||||
|
||||
def run(self):
|
||||
raise Exception("Need to implement!")
|
||||
|
||||
if self.options.verbosity > 0:
|
||||
self.display.display("Using %s as config file" % C.CONFIG_FILE)
|
||||
|
||||
@staticmethod
|
||||
def ask_vault_passwords(ask_vault_pass=False, ask_new_vault_pass=False, confirm_vault=False, confirm_new=False):
|
||||
|
||||
Reference in New Issue
Block a user