Merge pull request #276 from abhinandanpb/master
Fixing ansible playbook for centos installation
This commit is contained in:
commit
2dae863f87
@ -3,11 +3,11 @@
|
||||
yum:
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
with_items:
|
||||
- unzip
|
||||
- tar
|
||||
- btrfs-progs-devel
|
||||
- libseccomp-devel
|
||||
- util-linux
|
||||
- socat
|
||||
- libselinux-python
|
||||
with_items:
|
||||
- unzip
|
||||
- tar
|
||||
- btrfs-progs-devel
|
||||
- libseccomp-devel
|
||||
- util-linux
|
||||
- socat
|
||||
- libselinux-python
|
||||
|
@ -25,7 +25,9 @@
|
||||
gpgcheck: yes
|
||||
enabled: 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"
|
||||
|
||||
- name: "Disable SELinux (CentOS)"
|
||||
|
Loading…
Reference in New Issue
Block a user