Ansible/python.yml

11 lines
169 B
YAML
Raw Permalink Normal View History

2023-06-12 21:18:36 +02:00
---
- hosts: all
tasks:
- name: Package installation
2023-06-12 21:24:48 +02:00
apt:
2023-06-12 21:18:36 +02:00
name:
- python3
2023-06-12 21:46:18 +02:00
- python-is-python3
2023-06-12 21:51:15 +02:00
- python3-venv
- python3-pip