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