From d8f56f827b2f94ea22088f44faf62c46ca24ef0f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 8 Mar 2019 15:44:27 -0800 Subject: [PATCH] Disable ansible cron even more We call the bridge playbook from run-base.yaml to bootstrap bridge, so that's really where we need to disable the cron installation. Change-Id: I5f3d604feaca5c1d577636c2d1130eec82a35961 --- playbooks/zuul/run-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/zuul/run-base.yaml b/playbooks/zuul/run-base.yaml index 4ffb60009a..291221cdbb 100644 --- a/playbooks/zuul/run-base.yaml +++ b/playbooks/zuul/run-base.yaml @@ -1,6 +1,7 @@ - import_playbook: ../bridge.yaml vars: root_rsa_key: "{{ lookup('file', zuul.executor.work_root + '/' + zuul.build + '_id_rsa') }}" + ansible_cron_install_cron: false - hosts: bridge.openstack.org become: true