🐛 First fix Ansible installation
This commit is contained in:
parent
3dfed70eb1
commit
3f0208a664
6 changed files with 40 additions and 25 deletions
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
- name: Install PIP basic dependencies
|
||||
pip:
|
||||
requirements: /var/www/note_kfet/requirements/base.txt
|
||||
virtualenv: /var/www/note_kfet/env
|
||||
|
||||
- name: Install PIP production dependencies
|
||||
pip:
|
||||
requirements: /var/www/note_kfet/requirements/production.txt
|
||||
virtualenv: /var/www/note_kfet/env
|
||||
Loading…
Add table
Add a link
Reference in a new issue