Rolle | Tandoor #6

Merged
roydfalk merged 24 commits from task-230-tandoor into main 2025-01-12 10:07:19 +01:00
Showing only changes of commit 2971154dba - Show all commits

View file

@ -32,9 +32,10 @@
"ansible.builtin.git": {
"repo": "{{var_tandoor_repository_url}}",
"version": "{{var_tandoor_repository_reference}}",
"dest": "{{var_tandoor_directory}}/program"
},
"creates": "{{var_tandoor_directory}}/program"
"single_branch": true,
"dest": "{{var_tandoor_directory}}/program",
"force": true
}
},
{
"name": "venv",