ansible-config/roles/common/tasks/python.yml

5 lines
74 B
YAML
Raw Normal View History

2015-08-29 23:37:16 +02:00
---
- name: install python
apt: name=python state=latest
tags: python