playbooks/packages: add rancher-cli

This commit is contained in:
Hoang Nguyen 2022-04-07 21:59:54 +07:00
parent 47d739267c
commit 9790a6fdca
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,11 @@
command:
cmd: go install github.com/roboll/helmfile@latest
- name: Install rancher-cli
tags: rancher
command:
cmd: go install github.com/rancher/cli@latest
- name: Clean go modcache
command:
cmd: go clean -modcache

View File

@ -31,6 +31,7 @@ status is-interactive; and fzf_key_bindings
# gpg-agent
set -gx GPG_TTY (tty)
{% if not dropbear_ssh_client %}
# gpg-agent normally starts on demand but ssh command doesn't trigger it
# As such manually start it on login