We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a7f8d commit 4babfdcCopy full SHA for 4babfdc
tasks/Darwin.yml
@@ -61,6 +61,8 @@
61
- name: install SVN before next homebrew run
62
ansible.builtin.command:
63
cmd: brew install svn
64
+ environment:
65
+ PATH: "/opt/homebrew/bin:/usr/local/bin:{{ ansible_env.PATH }}"
66
67
- name: "Ensure extra paths required for `brew link` exist and are writable by {{ ansible_env.USER }}"
68
become: true
0 commit comments