Merge pull request #276 from abhinandanpb/master

Fixing ansible playbook for centos installation
This commit is contained in:
Abhinandan Prativadi 2017-09-22 15:19:35 -07:00 committed by GitHub
commit 2dae863f87
2 changed files with 11 additions and 9 deletions

View File

@ -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)"