Install extra packages
This commit is contained in:
parent
a52bb7fafa
commit
3a01a5fd48
|
@ -52,6 +52,7 @@
|
|||
- name: Install system packages
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- bind-utils
|
||||
- firewalld
|
||||
- haveged
|
||||
- htop
|
||||
|
@ -59,6 +60,7 @@
|
|||
- logrotate
|
||||
- mtr
|
||||
- rsyslog
|
||||
- telnet
|
||||
- vim
|
||||
update_cache: true
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue