This commit is contained in:
@@ -53,7 +53,7 @@ def build_cmdLine_args(rc):
|
|||||||
print(os.environ.get('ANSIBLE_PLAYBOOK_REMOTE_USER'))
|
print(os.environ.get('ANSIBLE_PLAYBOOK_REMOTE_USER'))
|
||||||
print("---------------------------------------")
|
print("---------------------------------------")
|
||||||
rc.cmdline_args += " -u " + os.environ.get('ANSIBLE_PLAYBOOK_REMOTE_USER')
|
rc.cmdline_args += " -u " + os.environ.get('ANSIBLE_PLAYBOOK_REMOTE_USER')
|
||||||
|
rc.cmdline_args += " -vvv"
|
||||||
|
|
||||||
def execute_playbook(projectdir):
|
def execute_playbook(projectdir):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user