remove debug for hwmon discovery

This commit is contained in:
Josh Lay 2022-01-31 19:19:31 -06:00
parent e29d3e99c5
commit 5f6931aacb
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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 }}"