소스 검색

Merge pull request #9345 from smarterclayton/gcp_disable_yum_cron

Disable yum-cron by default on GCP
OpenShift Merge Robot 6 년 전
부모
커밋
dd9ced296a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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