- name: Install python3.10-venv become_user: root become: true apt: state: present update_cache: yes cache_valid_time: 604800 pkg: - python3.10-venv