Merge pull request #6074 from mikebrow/cleanup

cleanup k8s ansible yaml (carry for #5713)
This commit is contained in:
Derek McGowan 2021-09-29 13:40:31 -07:00 committed by GitHub
commit a06a0990ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
when: ansible_distribution == "Ubuntu"
- name: "Update the repository cache (Ubuntu)"
apt:
apt:
update_cache: yes
when: ansible_distribution == "Ubuntu"
@ -25,8 +25,8 @@
gpgcheck: yes
enabled: yes
repo_gpgcheck: yes
gpgkey:
- https://packages.cloud.google.com/yum/doc/yum-key.gpg
gpgkey:
- https://packages.cloud.google.com/yum/doc/yum-key.gpg
- https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
when: ansible_distribution == "CentOS"