.
All checks were successful
/ build-docker-image (push) Successful in 35s

This commit is contained in:
2024-09-05 23:51:31 +01:00
parent 63b07c49b8
commit 9a4ad3aeb9

View File

@@ -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):