Add location of env-shared bin.

This commit is contained in:
2026-03-27 18:29:03 -07:00
parent 79a2c832b4
commit 9327ed23ac

View File

@@ -1,7 +1,7 @@
--- ---
# Define file, folder, and other facts per OS. # Define file, folder, and other facts per OS.
- name: General | Facts | System | Global - name: General | Facts | System | Global [1/2]
set_fact: set_fact:
lynis_install_dir: /usr/local/src/lynis lynis_install_dir: /usr/local/src/lynis
dwm_install_dir: /usr/local/src/dwm dwm_install_dir: /usr/local/src/dwm
@@ -12,6 +12,9 @@
git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }} git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }}
shared_rc_install_dir: /usr/local/src/env-shared shared_rc_install_dir: /usr/local/src/env-shared
- name: General | Facts | System | Global [2/2]
set_fact:
shared_rc_bin: "{{ shared_rc_install_dir }}/bin-shared"
- name: General | Facts | System | Linux - name: General | Facts | System | Linux
set_fact: set_fact: