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:
parent
7a18eb49e4
commit
d8f56f827b
@ -1,6 +1,7 @@
|
|||||||
- import_playbook: ../bridge.yaml
|
- import_playbook: ../bridge.yaml
|
||||||
vars:
|
vars:
|
||||||
root_rsa_key: "{{ lookup('file', zuul.executor.work_root + '/' + zuul.build + '_id_rsa') }}"
|
root_rsa_key: "{{ lookup('file', zuul.executor.work_root + '/' + zuul.build + '_id_rsa') }}"
|
||||||
|
ansible_cron_install_cron: false
|
||||||
|
|
||||||
- hosts: bridge.openstack.org
|
- hosts: bridge.openstack.org
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user