summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp
diff options
context:
space:
mode:
authorClayton Coleman <ccoleman@redhat.com>2018-01-25 17:14:28 -0500
committerClayton Coleman <ccoleman@redhat.com>2018-01-25 17:14:28 -0500
commit894a24e96062aa88a3a5aa10d27faff765e10652 (patch)
treefbb5e751a0feea9bb22a44bc0fafa858fcc27819 /playbooks/gcp
parent0344a8f71af49cdf3827ccf6be339097369c12f7 (diff)
downloadopenshift-894a24e96062aa88a3a5aa10d27faff765e10652.tar.gz
openshift-894a24e96062aa88a3a5aa10d27faff765e10652.tar.bz2
openshift-894a24e96062aa88a3a5aa10d27faff765e10652.tar.xz
openshift-894a24e96062aa88a3a5aa10d27faff765e10652.zip
Add GPG keys in the base image and don't install docker
Diffstat (limited to 'playbooks/gcp')
-rw-r--r--playbooks/gcp/openshift-cluster/build_base_image.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/gcp/openshift-cluster/build_base_image.yml b/playbooks/gcp/openshift-cluster/build_base_image.yml
index 75d0ddf9d..8e9b0024a 100644
--- a/playbooks/gcp/openshift-cluster/build_base_image.yml
+++ b/playbooks/gcp/openshift-cluster/build_base_image.yml
@@ -90,6 +90,8 @@
repo_gpgcheck: no
state: present
when: ansible_os_family == "RedHat"
+ - name: Accept GPG keys for the repos
+ command: yum -q makecache -y --disablerepo='*' --enablerepo='google-cloud,jdetiber-qemu-user-static'
- name: Install qemu-user-static
package:
name: qemu-user-static
@@ -121,7 +123,6 @@
with_items:
# required by Ansible
- PyYAML
- - docker
- google-compute-engine
- google-compute-engine-init
- google-config