Ansible/pythonyml

10 lines
143 B
Plaintext

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