all: hosts: localhost: ansible_connection: local ansible_python_interpreter: "{{ ansible_playbook_python }}" vars: xdg_bin_home: "{{ ansible_env.HOME + '/.local/bin' }}" xdg_data_home: "{{ ansible_env.HOME + '/.local/share' }}" xdg_config_home: "{{ ansible_env.HOME + '/.config' }}" cargo_home: "{{ xdg_data_home }}/cargo" rustup_home: "{{ xdg_data_home }}/rustup"