Skip to content

Commit

Permalink
lltsv
Browse files Browse the repository at this point in the history
  • Loading branch information
yuu committed Nov 23, 2023
1 parent 78cff47 commit 54a74a9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ mac: ## run mac

linux: ## run linux
@ansible-playbook debian.yml

debug:
@ansible-playbook macos.yml --tags "debug"
12 changes: 12 additions & 0 deletions macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,15 @@
value: false
tags:
- defaults

- name: Install lltsv
import_playbook: common/gobinary_install.yml
vars:
cmd: lltsv
new_ver: v0.7.0
get_ver_cmd: lltsv --version
url: "https://github.com/sonots/lltsv/releases/download/{{ new_ver }}/lltsv_darwin_amd64"
checksum: sha1:f628f397616f71b20ad60d35909a19e5e2a30701
unpackcmd: /tmp/
tags:
- debug

0 comments on commit 54a74a9

Please sign in to comment.