mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
Minor performance optimations
This commit is contained in:
@@ -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 }}"
|
|
||||||
|
|||||||
@@ -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 }}"
|
|
||||||
@@ -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 }}"
|
|
||||||
Reference in New Issue
Block a user