mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
Optimized docker_git_repository_ variables
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
include_role:
|
||||
name: sys-stk-full-stateful
|
||||
vars:
|
||||
docker_repository_address: "https://github.com/akaunting/docker.git"
|
||||
docker_pull_git_repository: true
|
||||
docker_repository_branch: "master"
|
||||
docker_git_repository_address: "https://github.com/akaunting/docker.git"
|
||||
docker_git_repository_pull: true
|
||||
docker_git_repository_branch: "master"
|
||||
docker_compose_file_creation_enabled: true
|
||||
|
||||
- name: "Akaunting | Create first-run marker to disable future setup"
|
||||
|
||||
Reference in New Issue
Block a user