Ansible/python.yml

9 lines
124 B
YAML
Raw 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