- name: Install minimal software packages become: true dnf: name: ['bash', 'bash-completion', 'bzip2', 'curl', 'dnsutils', 'dselect', 'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt', 'procmail', 'rsync', 'unzip', 'vim', 'wget', 'whois', 'zip', ] state: latest update_cache: yes