Merge "Replace hardcoded profile name with _TUNED_PROFILE_NAME_"

This commit is contained in:
Zuul 2018-01-18 17:26:27 +00:00 committed by Gerrit Code Review
commit 51ca28783d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
- block:
- name: Tune-d Configuration
lineinfile:
dest: /etc/tuned/cpu-partitioning-variables.conf
dest: /etc/tuned/{{ _TUNED_PROFILE_NAME_ }}-variables.conf
regexp: '^isolated_cores=.*'
line: 'isolated_cores={{ _TUNED_CORES_ }}'
when: _TUNED_CORES_|default("") != ""