base: Add cpupower to physical hosts
This commit is contained in:
parent
45c124a82b
commit
112d900b8f
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
ansible.builtin.hostname:
|
||||
name: "{{ inventory_hostname }}"
|
||||
|
||||
- name: Install OS specific roles for physical hardware
|
||||
ansible.builtin.include_role:
|
||||
name: cpupower
|
||||
when:
|
||||
- ansible_virtualization_role == "host"
|
||||
|
||||
- name: Install OS specific roles
|
||||
ansible.builtin.include_role:
|
||||
name: "{{ role }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue