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
This commit is contained in:
James E. Blair 2019-03-08 15:44:27 -08:00
parent 7a18eb49e4
commit d8f56f827b
1 changed files with 1 additions and 0 deletions

View File

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