machina-installer/playbooks/python.yml

7 lines
133 B
YAML
Raw Normal View History

2021-04-07 14:43:32 +00:00
- hosts: "{{ hostlist }}"
tasks:
- name: Install the xdg Python module
pip:
name: xdg
extra_args: --user