Skip to content

Commit ac45301

Browse files
committed
remove macdock DO-1088
1 parent 5d9e69d commit ac45301

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tasks/clear-the-dock.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,4 @@
77
- name: Use /System/Applications for MacOS >= 10.15
88
ansible.builtin.set_fact:
99
dockitems_enabled: "{{ dockitems_enabled_post_10_15 }}"
10-
when: ansible_distribution_version is version('10.15', '>=')
11-
12-
- name: clear the dock
13-
ansible.builtin.include_role:
14-
name: fubarhouse.macdock
15-
vars:
16-
dockutil_url: https://raw.githubusercontent.com/kcrawford/dockutil/2.0.5/scripts/dockutil
10+
when: ansible_distribution_version is version('10.15', '>=')

0 commit comments

Comments
 (0)