Minor performance optimations

This commit is contained in:
2025-12-03 18:21:10 +01:00
parent 031775c096
commit 40c40e2000
3 changed files with 1 additions and 6 deletions

View File

@@ -45,5 +45,3 @@
token_auth: "{{ matomo_auth_token }}" token_auth: "{{ matomo_auth_token }}"
return_content: yes return_content: yes
status_code: 200 status_code: 200
- include_tasks: "{{ [playbook_dir, 'roles/docker-compose/tasks/utils/up.yml' ] | path_join }}"

View File

@@ -6,5 +6,3 @@
loop: loop:
- sys-stk-front-proxy - sys-stk-front-proxy
- dev-git - dev-git
- include_tasks: "{{ [playbook_dir, 'roles/docker-compose/tasks/utils/up.yml' ] | path_join }}"

View File

@@ -28,11 +28,10 @@
location_ws: "" location_ws: ""
docker_git_repository_address: "https://github.com/kevinveenbirkenbach/universal-logout" docker_git_repository_address: "https://github.com/kevinveenbirkenbach/universal-logout"
docker_git_repository_pull: true docker_git_repository_pull: true
docker_compose_flush_handlers: true
- name: Create symbolic link from .env file to repository - name: Create symbolic link from .env file to repository
file: file:
src: "{{ docker_compose.files.env }}" src: "{{ docker_compose.files.env }}"
dest: "{{ [ docker_repository_path, '.env' ] | path_join }}" dest: "{{ [ docker_repository_path, '.env' ] | path_join }}"
state: link state: link
- include_tasks: "{{ [playbook_dir, 'roles/docker-compose/tasks/utils/up.yml' ] | path_join }}"