Merge pull request #6074 from mikebrow/cleanup
cleanup k8s ansible yaml (carry for #5713)
This commit is contained in:
commit
a06a0990ec
@ -13,7 +13,7 @@
|
|||||||
when: ansible_distribution == "Ubuntu"
|
when: ansible_distribution == "Ubuntu"
|
||||||
|
|
||||||
- name: "Update the repository cache (Ubuntu)"
|
- name: "Update the repository cache (Ubuntu)"
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
when: ansible_distribution == "Ubuntu"
|
when: ansible_distribution == "Ubuntu"
|
||||||
|
|
||||||
@ -25,8 +25,8 @@
|
|||||||
gpgcheck: yes
|
gpgcheck: yes
|
||||||
enabled: yes
|
enabled: yes
|
||||||
repo_gpgcheck: yes
|
repo_gpgcheck: yes
|
||||||
gpgkey:
|
gpgkey:
|
||||||
- https://packages.cloud.google.com/yum/doc/yum-key.gpg
|
- https://packages.cloud.google.com/yum/doc/yum-key.gpg
|
||||||
- https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
|
- https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
|
||||||
when: ansible_distribution == "CentOS"
|
when: ansible_distribution == "CentOS"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user