Skip to content

Commit 39275c7

Browse files
authored
fix update role
1 parent 4c904a8 commit 39275c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible_osx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
- hosts: localhost
33
tasks:
4+
- name: Install homebrew
5+
include_role:
6+
name: geerlingguy.homebrew
7+
48
- name: Make sure homebrew bin is in path
59
ansible.builtin.lineinfile:
610
path: /etc/paths

0 commit comments

Comments
 (0)