We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c25f6 commit 01077a6Copy full SHA for 01077a6
tasks/Darwin.yml
@@ -10,7 +10,7 @@
10
become: true
11
12
- name: Never Sleep Mode
13
- command: "{{ item }}"
+ ansible.builtin.command: "{{ item }}"
14
with_items:
15
- pmset -a standbydelay 0
16
- pmset -a displaysleep 0
0 commit comments