Skip to content

Commit

Permalink
fix(azurecli): Install latest version of azurecli
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Aug 23, 2023
1 parent e15c4ca commit 7e8318e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .latest-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ kubectl_version: latest
ansible_pip_version: latest
ansible_lint_pip_version: latest
puppet_pdk_version: latest
azurecli_apt_version: latest
4 changes: 2 additions & 2 deletions ansible/roles/software/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ kubectl_version: latest
pip_packages:
thefuck: "latest"
gita: latest
tmuxp: 1.27.1
tmuxp: latest
awscli: 1.27.97
# FZF
fzf_git_url: "https://github.com/junegunn/fzf.git"
Expand Down Expand Up @@ -140,7 +140,7 @@ ansible_lint_pip_version: latest
lunarvim_url: https://github.com/lunarvim/lunarvim.git
lunarvim_home: "{{ ansible_env.HOME }}/.local/opt/lunarvim"
# Azure CLI
azurecli_apt_version: 2.49.0-1~jammy
azurecli_apt_version: latest
# AWS CLI
awscli_url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
# Puppet
Expand Down

0 comments on commit 7e8318e

Please sign in to comment.