|
138 | 138 | mode: 0755 |
139 | 139 |
|
140 | 140 | - name: Install orjson |
141 | | - moreati.uv.pip: |
| 141 | + pip: |
142 | 142 | name: orjson |
143 | 143 | virtualenv: /usr/lib/logdata-anomaly-miner/.venv |
144 | 144 | state: latest |
|
264 | 264 | name: fastapi |
265 | 265 | virtualenv: /usr/lib/logdata-anomaly-miner/.venv |
266 | 266 | state: latest |
267 | | - when: aminerrest_repopath is defined and aminerrest_repopath | length > 0 |
| 267 | + when: aminerrest_repopath != False |
268 | 268 |
|
269 | 269 | - name: Install python-jose |
270 | 270 | pip: |
271 | 271 | name: python-jose |
272 | 272 | virtualenv: /usr/lib/logdata-anomaly-miner/.venv |
273 | 273 | state: latest |
274 | | - when: aminerrest_repopath is defined and aminerrest_repopath | length > 0 |
| 274 | + when: aminerrest_repopath != False |
275 | 275 |
|
276 | 276 | - name: Install passlib |
277 | 277 | pip: |
278 | 278 | name: passlib |
279 | 279 | virtualenv: /usr/lib/logdata-anomaly-miner/.venv |
280 | 280 | state: latest |
281 | | - when: aminerrest_repopath is defined and aminerrest_repopath | length > 0 |
| 281 | + when: aminerrest_repopath != False |
282 | 282 |
|
283 | 283 | - name: Install pydantic |
284 | 284 | pip: |
285 | 285 | name: pydantic |
286 | 286 | virtualenv: /usr/lib/logdata-anomaly-miner/.venv |
287 | 287 | state: latest |
288 | | - when: aminerrest_repopath is defined and aminerrest_repopath | length > 0 |
| 288 | + when: aminerrest_repopath != False |
289 | 289 |
|
290 | 290 | - name: Install httpx |
291 | 291 | pip: |
292 | 292 | name: httpx |
293 | 293 | virtualenv: /usr/lib/logdata-anomaly-miner/.venv |
294 | 294 | state: latest |
295 | | - when: aminerrest_repopath is defined and aminerrest_repopath | length > 0 |
| 295 | + when: aminerrest_repopath != False |
296 | 296 |
|
297 | 297 | - name: Install uvicorn |
298 | 298 | pip: |
299 | 299 | name: uvicorn |
300 | 300 | virtualenv: /usr/lib/logdata-anomaly-miner/.venv |
301 | 301 | state: latest |
302 | | - when: aminerrest_repopath is defined and aminerrest_repopath | length > 0 |
| 302 | + when: aminerrest_repopath != False |
303 | 303 |
|
304 | 304 | - name: Install python-multipart |
305 | 305 | pip: |
306 | 306 | name: python-multipart |
307 | 307 | virtualenv: /usr/lib/logdata-anomaly-miner/.venv |
308 | 308 | state: latest |
309 | | - when: aminerrest_repopath is defined and aminerrest_repopath | length > 0 |
| 309 | + when: aminerrest_repopath != False |
310 | 310 |
|
311 | 311 | - name: Set venv activate permissions |
312 | 312 | file: |
|
0 commit comments