--- - name: "Install common packages" apt: name: - apt-transport-https - curl - emacs - geany - git - gzip - htop - lsb-release - mc - net-tools - rsync - vim - wget - whois - xclip state: present update_cache: yes become: yes