--- - name: Install python env pacman: name: "{{ item }}" state: present with_items: - python - python-virtualenv