- name: Install software packages become: true dnf: name: ['adjtimex', 'arj', 'mailx', 'elinks', 'fetchmail', 'links', 'lzip', 'lzma', 'lzop', 'p7zip', 'xz', ] state: latest update_cache: yes