Browse Source

Merge pull request #9345 from smarterclayton/gcp_disable_yum_cron

Disable yum-cron by default on GCP
OpenShift Merge Robot 6 years ago
parent
commit
dd9ced296a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      playbooks/gcp/openshift-cluster/build_base_image.yml

+ 5 - 0
playbooks/gcp/openshift-cluster/build_base_image.yml

@@ -111,6 +111,11 @@
     package:
       name: qemu-user-static
       state: present
+  - name: Disable yum-cron service (installed by Google Cloud by default)
+    systemd:
+      name: yum-cron
+      state: stopped
+      enabled: no
   - name: Start and enable systemd-binfmt service
     systemd:
       name: systemd-binfmt