11 lines
169 B
YAML
11 lines
169 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Package installation
|
|
apt:
|
|
name:
|
|
- python3
|
|
- python-is-python3
|
|
- python3-venv
|
|
- python3-pip
|