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

5 lines
276 B
YAML

---
# 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' }}"