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 5a1eb1a764 - Show all commits

View file

@ -6,6 +6,7 @@
"update_cache": true,
"pkg": [
"git",
"python3-venv",
"nodejs",
"yarnpkg"
]
@ -34,7 +35,7 @@
"name": "python requirements",
"ansible.builtin.pip": {
"virtualenv": "{{var_tandoor_directory}}/program",
"virtualenv_command": "/usr/bin/python3 -m venv",
"virtualenv_python": "python3",
"requirements": "{{var_tandoor_directory}}/program/requirements.txt"
}
},