- name: Install software packages become: true apt: autoclean: yes autoremove: yes install_recommends: no name: ['adjtimex', 'arj', 'bsd-mailx', 'elinks', 'fetchmail', 'links2', 'lzip', 'lzma', 'lzop', 'p7zip', 'xz-utils', ] state: latest update_cache: yes