# Install our baseline packages for all machines, irrespective of what role they might have --- - name: Install baseline packages apt: name: "{{ packages }}" state: present update_cache: yes vars: packages: - aptitude - git - python - man