remove debug for hwmon discovery
This commit is contained in:
parent
e29d3e99c5
commit
5f6931aacb
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@
|
||||||
patterns:
|
patterns:
|
||||||
- '^power1_cap_max$'
|
- '^power1_cap_max$'
|
||||||
register: hwmon
|
register: hwmon
|
||||||
- name: print hwmon
|
|
||||||
debug:
|
|
||||||
msg: "{{ hwmon }}"
|
|
||||||
- name: get max power capability for {{ card }}
|
- name: get max power capability for {{ card }}
|
||||||
slurp:
|
slurp:
|
||||||
src: "{{ hwmon.files.0.path }}"
|
src: "{{ hwmon.files.0.path }}"
|
||||||
|
|
Loading…
Reference in a new issue