cleanup k8s ansible yaml (carry for https://github.com/jayonlau <jayonlau@gmail.com>)
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
		| @@ -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" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jayonlau
					jayonlau