7 lines
133 B
YAML
7 lines
133 B
YAML
|
- hosts: "{{ hostlist }}"
|
||
|
tasks:
|
||
|
- name: Install the xdg Python module
|
||
|
pip:
|
||
|
name: xdg
|
||
|
extra_args: --user
|