Add AMD cpu role for mrmanager.
This commit is contained in:
@@ -17,16 +17,15 @@
|
||||
- cpuctl
|
||||
- aesni
|
||||
|
||||
- name: Install Configuration
|
||||
- name: Install service configuration
|
||||
copy:
|
||||
src: "files/{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
src: "files/{{ item }}_rc.conf"
|
||||
dest: "/etc/rc.conf.d/{{ item }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- src: power_profile.conf
|
||||
dest: /etc/rc.conf.d/power_profile
|
||||
- power_profile
|
||||
|
||||
- name: Install packages
|
||||
when: hwpstate is defined and not hwpstate
|
||||
|
||||
Reference in New Issue
Block a user