Ansible_workstation/tasks/arch_python.yml

9 lines
112 B
YAML
Raw Normal View History

2018-08-25 15:57:59 +00:00
---
- name: Install python env
pacman:
name:
- python
- python-virtualenv
2018-08-25 15:57:59 +00:00
state: present