.
/ build-docker-image (push) Successful in 7s

This commit is contained in:
Márcio Fernandes
2024-09-05 08:45:26 +01:00
parent 23d6b9afc1
commit 5a09267782
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ def build_cmdLine_args(rc):
def execute_playbook():
rc = RunnerConfig(
private_data_dir="/workspace"
private_data_dir="/data",
project_dir="/workspace"
)
rc.playbook=os.environ.get('ANSIBLE_PLAYBOOK', "site.yml")