Skip to content

Commit

Permalink
Update debian.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin authored Mar 5, 2024
1 parent 569ae9a commit 8a2b90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/kubectl/tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

- name: kubectl | Debian | Add an Apt signing key
apt_key:
url: https://packages.cloud.google.com/apt/doc/apt-key.gpg
url: https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key
state: present

- name: kubectl | Debian | Add the kubectl repository
apt_repository:
repo: deb http://apt.kubernetes.io/ kubernetes-xenial main
repo: https://pkgs.k8s.io/core:/stable:/v1.29/deb/ /
state: present
filename: kubernetes

Expand Down

0 comments on commit 8a2b90c

Please sign in to comment.