--- # roles/common_tools/tasks/main.yml - name: Install common tools ansible.builtin.apt: pkg: - vim - curl update_cache: true state: present