refactor: clean up directories and start standardized role names
This commit is contained in:
parent
e2ef196a62
commit
2ae759025c
25 changed files with 160 additions and 0 deletions
5
roles/any.common.python/tasks/main.yml
Normal file
5
roles/any.common.python/tasks/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Update package database
|
||||
raw: apt update
|
||||
- name: Install Python
|
||||
raw: apt install --yes python3
|
||||
Loading…
Add table
Add a link
Reference in a new issue