role/host_vars: properly prefix vars

This commit is contained in:
Josh Lay 2024-08-27 06:54:55 -05:00
parent d07e6ca2fb
commit da32dcc252
No known key found for this signature in database
GPG key ID: 47AA304B2243B579
5 changed files with 41 additions and 47 deletions

View file

@ -57,12 +57,12 @@
mode: '0644'
when: vars[item] is defined
with_items:
- gpu_clock_min
- gpu_clock_max
- gpumem_clock_static
- gpu_power_multi_def
- gpu_power_multi_oc
- gpu_mv_offset
- tuned_amdgpu_clock_min
- tuned_amdgpu_clock_max
- tuned_amdgpu_memclock_static
- tuned_amdgpu_power_multi_def
- tuned_amdgpu_power_multi_oc
- tuned_amdgpu_mv_offset
become: true
- name: Create custom profile directories