added common role
This commit is contained in:
parent
979948afe9
commit
7f9fb0004b
11 changed files with 45 additions and 0 deletions
4
roles/common/tasks/python.yml
Normal file
4
roles/common/tasks/python.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- name: install python
|
||||
apt: name=python state=latest
|
||||
tags: python
|
Loading…
Add table
Add a link
Reference in a new issue