Skip to content

Commit

Permalink
Merge pull request #750 from ccamacho/rke
Browse files Browse the repository at this point in the history
fix: removeduplicated key
  • Loading branch information
ccamacho committed Jun 5, 2023
2 parents e63f820 + ce6548e commit 9f3ca36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kubeinit/roles/kubeinit_libvirt/tasks/deploy_ubuntu_guest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@
curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
echo "deb [trusted=yes igned-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list
apt-get update --allow-insecure-repositories
args:


args:
executable: /bin/bash
register: _result
Expand Down

0 comments on commit 9f3ca36

Please sign in to comment.