Skip to content

Commit

Permalink
inc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed Feb 2, 2024
1 parent 30a9be3 commit a3fd425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions roles/workstation/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dockitems_remove:
# - TV
# - Podcasts
# - 'App Store'
dockitems_persist:
- name: iTerm
path: "/Applications/iTerm.app"
pos: 3
# dockitems_persist:
# - name: iTerm
# path: "/Applications/iTerm.app"
# pos: 3
# - name: "Sublime Text"
# path: "/Applications/Sublime Text.app/"
# pos: 5
4 changes: 2 additions & 2 deletions roles/workstation/tasks/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@
state: present

- name: Configure dock
ansible.builtin.import_role: geerlingguy.mac.dock
ansible.builtin.include_role:
name: geerlingguy.mac.dock


0 comments on commit a3fd425

Please sign in to comment.