Fix restarting dock
Some checks failed
Lint / Lint (3.10) (push) Failing after 17s
Lint / Lint (3.11) (push) Failing after 15s

This commit is contained in:
Ariejan de Vroom 2024-06-10 12:53:52 +02:00
parent 2ed84db09a
commit 86ba1a09c2
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -112,23 +112,9 @@
state: present state: present
- name: Restart Dock - name: Restart Dock
community.general.shell: ansible.builtin.shell: killall Dock
cmd: killall Dock
executable: /bin/zsh
args:
chdir: "{{ ansible_env.HOME }}"
async: 1
poll: 0
ignore_errors: true
changed_when: false changed_when: false
- name: Restart SystemUIServer - name: Restart SystemUIServer
community.general.shell: ansible.builtin.shell: killall SystemUIServer
cmd: killall SystemUIServer
executable: /bin/zsh
args:
chdir: "{{ ansible_env.HOME }}"
async: 1
poll: 0
ignore_errors: true
changed_when: false changed_when: false