X Tutup
Skip to content

Commit f6b7e07

Browse files
jayonlaumikebrow
authored andcommitted
cleanup k8s ansible yaml (carry for https://github.com/jayonlau <jayonlau@gmail.com>)
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
1 parent a8ef1fc commit f6b7e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/ansible/tasks/k8s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
when: ansible_distribution == "Ubuntu"
1414

1515
- name: "Update the repository cache (Ubuntu)"
16-
apt:
16+
apt:
1717
update_cache: yes
1818
when: ansible_distribution == "Ubuntu"
1919

@@ -25,8 +25,8 @@
2525
gpgcheck: yes
2626
enabled: yes
2727
repo_gpgcheck: yes
28-
gpgkey:
29-
- https://packages.cloud.google.com/yum/doc/yum-key.gpg
28+
gpgkey:
29+
- https://packages.cloud.google.com/yum/doc/yum-key.gpg
3030
- https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
3131
when: ansible_distribution == "CentOS"
3232

0 commit comments

Comments
 (0)
X Tutup