Skip to content

Commit

Permalink
Install all macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Feb 12, 2024
1 parent 6ffd62a commit 8f148ab
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .cfg/playbook-with-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@
name: "{{ item }}"
loop:
- curl
# - wget
# - git
# - gcc
# - libffi
# - htop
# - xclip
# - make
# - vim
# - python
# - postgresql
# - sqlite
# - xz
# - readline
# - bzip2
# - cargo
# - bash
# - zsh
# - neofetch
# - unzip
# - ripgrep
- wget
- git
- gcc
- libffi
- htop
- xclip
- make
- vim
- python
- postgresql
- sqlite
- xz
- readline
- bzip2
- cargo
- bash
- zsh
- neofetch
- unzip
- ripgrep
when: ansible_os_family == 'Darwin'

- name: Install fd-find (Ubuntu)
Expand Down

0 comments on commit 8f148ab

Please sign in to comment.