Skip to content

Commit 728f590

Browse files
authored
Updated to not use become when run under OSX. (#107)
MacOS is still not officially supported.
1 parent e54737f commit 728f590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: install dependencies
3-
become: yes
3+
become: "{{ ansible_distribution != 'MacOSX' }}"
44
package:
55
name:
66
- git

0 commit comments

Comments
 (0)