- name: Get VirtualBox APT key become: true get_url: url: https://www.virtualbox.org/download/oracle_vbox_2016.asc dest: /etc/apt/trusted.gpg.d/oracle_vbox_2016.asc - name: Install VirtualBox APT repository become: true apt_repository: repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/oracle_vbox_2016.asc] https://download.virtualbox.org/virtualbox/debian {{ ansible_distribution_release }} contrib" state: present - name: Install VirtualBox become: true apt: state: latest update_cache: yes cache_valid_time: 86400 # One day pkg: - virtualbox-6.1