[task-230] [mod] tandoor: create venv
This commit is contained in:
parent
5a1eb1a764
commit
a6a7460230
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@
|
||||||
"dest": "{{var_tandoor_directory}}/program"
|
"dest": "{{var_tandoor_directory}}/program"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "venv",
|
||||||
|
"ansible.builtin.command": {
|
||||||
|
"chdir": "{{var_tandoor_directory}}",
|
||||||
|
"cmd": "python3 -m venv program"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "python requirements",
|
"name": "python requirements",
|
||||||
"ansible.builtin.pip": {
|
"ansible.builtin.pip": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue