tuned-amdgpu/roles/tuned_amdgpu/vars/main.yml

6 lines
276 B
YAML
Raw Normal View History

---
2022-11-27 06:51:39 +00:00
# defaults file for tuned_amdgpu
#
# adjust where profiles are rendered based on the 'tuned' release from package facts
tuned_amdgpu_profile_dir: "{{ '/etc/tuned' if ansible_facts['packages']['tuned'][0]['version'] is version('2.23.0', '<') else '/etc/tuned/profiles' }}"