Python for Choux
This commit is contained in:
parent
55579bbd5e
commit
bfa71df9fa
@ -12,6 +12,7 @@
|
||||
- include: tasks/users.yml
|
||||
- include: tasks/sudo.yml
|
||||
- include: tasks/ssh.yml
|
||||
- include: tasks/arch_python.yml
|
||||
- include: tasks/arch_aur.yml
|
||||
- include: tasks/arch_gnome.yml
|
||||
- include: tasks/arch_graphicals.yml
|
||||
|
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
|
||||
|
Loading…
Reference in New Issue
Block a user