Skip to content

Commit 5da334d

Browse files
committed
R710-Fan-Control: include new version with individual fan control
1 parent 8287461 commit 5da334d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

repos/R710-Fan-Control

roles/dell_server/tasks/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
---
2+
- name: copy poweredge-fand.conf
3+
copy:
4+
src: R710-Fan-Control/poweredge-fand.conf
5+
dest: /etc/poweredge-fand.conf
6+
owner: root
7+
group: root
8+
mode: 0644
9+
become: true
10+
211
- name: copy poweredge-fand
312
copy:
413
src: R710-Fan-Control/poweredge-fand.pl

0 commit comments

Comments
 (0)