Python for Choux
This commit is contained in:
9
tasks/arch_python.yml
Normal file
9
tasks/arch_python.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install python env
|
||||
pacman:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- python
|
||||
- python-virtualenv
|
||||
|
Reference in New Issue
Block a user