e891e8ba06
Change-Id: I4cc76534051b1bc6377aa82fb74fcbc7232169ed
10 lines
199 B
YAML
10 lines
199 B
YAML
---
|
|
#
|
|
# Sets correct tuned profile on each host
|
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1246645
|
|
#
|
|
|
|
- name: Set tuned profile
|
|
become: true
|
|
command: tuned-adm profile {{ tuned_profile }}
|