Skip to content

Commit

Permalink
try comamnd
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Feb 12, 2024
1 parent e9f715a commit db18f17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cfg/playbook-with-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@
when: ansible_os_family == 'Darwin'

- name: Install essential packages (macOS)
homebrew:
name: "{{ item }}"
#homebrew:
# name: "{{ item }}"
ansible.builtin.command:
cmd: brew install "{{ item }}"
loop:
- curl
# - wget
Expand Down

0 comments on commit db18f17

Please sign in to comment.