|
|
@@ -1,7 +1,12 @@
|
|
|
-- name: Install common packages
|
|
|
+- name: Install env packages
|
|
|
apt: name={{item}} state=present
|
|
|
with_items:
|
|
|
- python3
|
|
|
- python3-pip
|
|
|
- python3-sqlalchemy
|
|
|
- sqlite3
|
|
|
+
|
|
|
+- name: Install pip3 packages
|
|
|
+ shell: pip3 install {{item}}
|
|
|
+ with_items:
|
|
|
+ - falcon
|