Optimized role creation script

This commit is contained in:
2025-07-07 04:31:43 +02:00
parent 9762de2901
commit 634f1835fc
6 changed files with 131 additions and 79 deletions

View File

@@ -31,7 +31,7 @@
http_port: "{{ ports.localhost.http[application_id] }}"
when: run_once_docker_{% endraw %}{{ application_id }}{% raw %} is not defined
- name: run the {% raw %}portfolio{% endraw %} tasks once
- name: run the {% endraw %}{{ application_id }}{% raw %} tasks once
set_fact:
run_once_docker_portfolio: true
when: run_once_docker_{% endraw %}{{ application_id }}{% raw %} is not defined