Skip to content

Commit

Permalink
replace magnet with amethyst
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccoolguy committed Mar 13, 2024
1 parent 55da20b commit 333201f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
name: mas
state: present

- name: Install 'amethyst' from cask
community.general.homebrew_cask:
name: amethyst
state: present

- name: Install 'Git Credential Manager' from cask
community.general.homebrew_cask:
name: git-credential-manager
Expand Down
3 changes: 0 additions & 3 deletions tasks/install-app-store.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Install App Store apps using mas

- name: Install 'Magnet'
ansible.builtin.shell: mas install 441258766

- name: Install '1Password for Safari'
ansible.builtin.shell: mas install 1569813296

Expand Down

0 comments on commit 333201f

Please sign in to comment.