10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Package installation
|
|
dnf:
|
|
name:
|
|
- python3
|
|
state: latest
|
|
Skip to the bottom of list
|