machina-installer/playbooks/python.yml

7 lines
133 B
YAML

- hosts: "{{ hostlist }}"
tasks:
- name: Install the xdg Python module
pip:
name: xdg
extra_args: --user