Files
Ansible/pythonyml
2023-06-12 21:18:36 +02:00

10 lines
143 B
Plaintext

---
- hosts: all
tasks:
- name: Package installation
dnf:
name:
- python3
state: latest
Skip to the bottom of list