Compare commits
1 Commits
14c14353f8
...
75a4801134
Author | SHA1 | Date | |
---|---|---|---|
75a4801134 |
@ -1,5 +0,0 @@
|
||||
---
|
||||
- name: install homebrew package
|
||||
homebrew:
|
||||
name: llvm
|
||||
state: latest
|
@ -31,7 +31,6 @@
|
||||
path: '/usr/local/lib/{{package_name}}'
|
||||
state: directory
|
||||
|
||||
# TODO: don't extract when not actually doing a n update
|
||||
- name: extract release archive
|
||||
become: true
|
||||
unarchive:
|
||||
@ -46,5 +45,3 @@
|
||||
dest: '/usr/local/bin/{{item | basename}}'
|
||||
state: link
|
||||
with_fileglob: '/usr/local/lib/{{package_name}}/bin/*'
|
||||
|
||||
# TODO: cleanup old installs?
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
- name: install chocolatey package
|
||||
win_chocolatey:
|
||||
name: llvm
|
||||
state: latest
|
Loading…
x
Reference in New Issue
Block a user