Skip to content

Commit

Permalink
Merge pull request #958 from kkeshavamurthy/kk-pip-azurecli
Browse files Browse the repository at this point in the history
upgrade pip to fix azure-cli installation flakes
  • Loading branch information
k8s-ci-robot authored Aug 25, 2022
2 parents 49e33e7 + ff9fef0 commit 3309852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions images/capi/ansible/roles/providers/tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
- name: upgrade pip to latest
pip:
name: pip
executable: pip3
state: latest

- name: install Azure clients
pip:
executable: pip3
Expand Down

0 comments on commit 3309852

Please sign in to comment.