mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-13 12:44:38 +00:00
Optimized docker_git_repository_ variables
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
name: sys-stk-full-stateful
|
||||
vars:
|
||||
client_max_body_size: "30m"
|
||||
docker_repository_branch: "stable/{{ OPENPROJECT_VERSION }}"
|
||||
docker_repository_address: "https://github.com/opf/openproject-deploy"
|
||||
docker_pull_git_repository: true
|
||||
docker_git_repository_branch: "stable/{{ OPENPROJECT_VERSION }}"
|
||||
docker_git_repository_address: "https://github.com/opf/openproject-deploy"
|
||||
docker_git_repository_pull: true
|
||||
docker_compose_flush_handlers: false
|
||||
|
||||
- name: "Create {{ OPENPROJECT_PLUGINS_FOLDER }}"
|
||||
|
||||
Reference in New Issue
Block a user