7 lines
87 B
YAML
7 lines
87 B
YAML
---
|
|
- name: install dnf package
|
|
become: true
|
|
dnf:
|
|
name: htop
|
|
state: latest
|