Ansible/pythonyml

10 lines
143 B
Plaintext
Raw Normal View History

2023-06-12 21:18:36 +02:00
---
- hosts: all
tasks:
- name: Package installation
dnf:
name:
- python3
state: latest
Skip to the bottom of list