[taks-230] [fix] tandoor: git-Aufruf
This commit is contained in:
parent
e740be07f4
commit
2971154dba
1 changed files with 4 additions and 3 deletions
|
@ -32,9 +32,10 @@
|
||||||
"ansible.builtin.git": {
|
"ansible.builtin.git": {
|
||||||
"repo": "{{var_tandoor_repository_url}}",
|
"repo": "{{var_tandoor_repository_url}}",
|
||||||
"version": "{{var_tandoor_repository_reference}}",
|
"version": "{{var_tandoor_repository_reference}}",
|
||||||
"dest": "{{var_tandoor_directory}}/program"
|
"single_branch": true,
|
||||||
},
|
"dest": "{{var_tandoor_directory}}/program",
|
||||||
"creates": "{{var_tandoor_directory}}/program"
|
"force": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "venv",
|
"name": "venv",
|
||||||
|
|
Loading…
Add table
Reference in a new issue