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:
|
||||
- '^power1_cap_max$'
|
||||
register: hwmon
|
||||
- name: print hwmon
|
||||
debug:
|
||||
msg: "{{ hwmon }}"
|
||||
- name: get max power capability for {{ card }}
|
||||
slurp:
|
||||
src: "{{ hwmon.files.0.path }}"
|
||||
|
|
Loading…
Reference in a new issue