add profile paths for redhat systems

This commit is contained in:
Matthew Stobbs
2025-09-02 20:42:25 -06:00
parent 26fb8661e2
commit ea248df041
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# vim: set filetype=yaml.ansible :
---
- name: Add goroot to /etc/profile.d
when:
- ansible_os_family == 'RedHat'
ansible.builtin.set_fact:
pkg_src: "{{ pkg_src + ['go_profile_path'] }}"