machina-installer/playbooks/python.yml
2021-04-07 17:50:30 +02:00

7 lines
133 B
YAML

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