fix multiple source install bugs
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
pkg_snap: [] # snpacraft.io packages
|
||||
pipx_exec: "/usr/bin/pipx"
|
||||
sys_pkg_become: true # Linux package managers require sudo access
|
||||
lib_path: lib64
|
||||
|
||||
- name: Set alpine linux specific facts
|
||||
when:
|
||||
- ansible_os_family == 'Alpine'
|
||||
ansible.builtin.set_fact:
|
||||
lib_path: lib
|
||||
|
||||
- name: Set rpm dist if RedHat based
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user