We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a5f7d commit ffd2e0eCopy full SHA for ffd2e0e
contrib/ansible/tasks/bootstrap_centos.yaml
@@ -3,11 +3,11 @@
3
yum:
4
name: "{{ item }}"
5
state: latest
6
- with_items:
7
- - unzip
8
- - tar
9
- - btrfs-progs-devel
10
- - libseccomp-devel
11
- - util-linux
12
- - socat
13
- - libselinux-python
+ with_items:
+ - unzip
+ - tar
+ - btrfs-progs-devel
+ - libseccomp-devel
+ - util-linux
+ - socat
+ - libselinux-python
contrib/ansible/tasks/k8s.yaml
@@ -25,7 +25,9 @@
25
gpgcheck: yes
26
enabled: yes
27
repo_gpgcheck: yes
28
- gpgkey: https://packages.cloud.google.com/yum/doc/yum-key.gpg
+ gpgkey:
29
+ - https://packages.cloud.google.com/yum/doc/yum-key.gpg
30
+ - https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
31
when: ansible_distribution == "CentOS"
32
33
- name: "Disable SELinux (CentOS)"
0 commit comments