feat: add path to all tasks in playbook

This commit is contained in:
Price Hiller 2022-08-03 01:10:33 -05:00
parent 86acec2522
commit 0d220a9a56

View File

@ -7,12 +7,13 @@
- name: Install Preresquites
ansible.builtin.import_tasks: tasks/install-prereqs.yml
environment:
XDG_DATA_HOME: "{{ xdg_data_home }}"
XDG_CONFIG_HOME: "{{ xdg_config_home }}"
CARGO_HOME: "{{ cargo_home }}"
RUSTUP_HOME: "{{ rustup_home }}"
GOPATH: "{{ gopath }}"
PATH: "{{ ansible_env.PATH }}:{{ gopath }}/bin:{{ cargo_home }}/bin"
roles:
- role: git
tags: