Skip to content

Commit 01077a6

Browse files
TO-249 FQCN ansible.builtin.command
1 parent 36c25f6 commit 01077a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/Darwin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
become: true
1111

1212
- name: Never Sleep Mode
13-
command: "{{ item }}"
13+
ansible.builtin.command: "{{ item }}"
1414
with_items:
1515
- pmset -a standbydelay 0
1616
- pmset -a displaysleep 0

0 commit comments

Comments
 (0)