From fba8976165c4fa32344e7a6939a71a3d1e61abac Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 22 Feb 2021 14:09:41 +0100 Subject: [PATCH] Collections FQCN. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 4e6f16a..b6e7419 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}"