--- - name: Install dnf packages ansible.builtin.dnf: name: - systemd-networkd - systemd-resolved - vim - curl - git - bash-completion - firewalld - fastfetch - btop - kitty-terminfo - bind-utils - nmap - tcpdump state: latest update_cache: true