Ansible_workstation/tasks/arch_python.yml

10 lines
135 B
YAML
Raw Normal View History

2018-08-25 15:57:59 +00:00
---
- name: Install python env
pacman:
name: "{{ item }}"
state: present
with_items:
- python
- python-virtualenv