--- - name: Clean ansible venv hosts: servers tasks: - name: Remove virtualenv ansible.builtin.file: path: /tmp/ansible state: absent