Fixing ansible playbook for centos installation
Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
This commit is contained in:
parent
73a5f7d9b1
commit
ffd2e0e32e
@ -3,11 +3,11 @@
|
|||||||
yum:
|
yum:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: latest
|
state: latest
|
||||||
with_items:
|
with_items:
|
||||||
- unzip
|
- unzip
|
||||||
- tar
|
- tar
|
||||||
- btrfs-progs-devel
|
- btrfs-progs-devel
|
||||||
- libseccomp-devel
|
- libseccomp-devel
|
||||||
- util-linux
|
- util-linux
|
||||||
- socat
|
- socat
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
|
@ -25,7 +25,9 @@
|
|||||||
gpgcheck: yes
|
gpgcheck: yes
|
||||||
enabled: yes
|
enabled: yes
|
||||||
repo_gpgcheck: 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"
|
when: ansible_distribution == "CentOS"
|
||||||
|
|
||||||
- name: "Disable SELinux (CentOS)"
|
- name: "Disable SELinux (CentOS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user