Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Collections FQCN.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 22, 2021
1 parent b490b53 commit fba8976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
state: present

- name: set theshold
command: tlp setcharge {{ item.start_threshold }} {{ item.stop_threshold }} {{ item.name }}
ansible.builtin.command: tlp setcharge {{ item.start_threshold }} {{ item.stop_threshold }} {{ item.name }}
loop: "{{ tlp_batteries }}"
loop_control:
label: "{{ item.name }}"
Expand Down

0 comments on commit fba8976

Please sign in to comment.