Python for Choux

This commit is contained in:
2018-08-25 17:57:59 +02:00
parent 55579bbd5e
commit bfa71df9fa
2 changed files with 10 additions and 0 deletions

9
tasks/arch_python.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: Install python env
pacman:
name: "{{ item }}"
state: present
with_items:
- python
- python-virtualenv