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

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