From 8f148ab883125982dafd2287008fcfea69f71bb6 Mon Sep 17 00:00:00 2001 From: dhvcc Date: Mon, 12 Feb 2024 23:32:48 +0300 Subject: [PATCH] Install all macos --- .cfg/playbook-with-mac.yaml | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.cfg/playbook-with-mac.yaml b/.cfg/playbook-with-mac.yaml index 1aab0b1..9f0443f 100644 --- a/.cfg/playbook-with-mac.yaml +++ b/.cfg/playbook-with-mac.yaml @@ -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)