initial bootstrapping workflow
This commit is contained in:
parent
f2f99a932d
commit
5ad30d3343
11 changed files with 129 additions and 36 deletions
6
roles/install-python/tasks/main.yml
Normal file
6
roles/install-python/tasks/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Update package database
|
||||
raw: apt update
|
||||
|
||||
- name: Install Python
|
||||
raw: apt install -y python3
|
||||
Loading…
Add table
Add a link
Reference in a new issue