Merge "Disable ansible cron even more"

This commit is contained in:
Zuul 2019-03-09 01:22:44 +00:00 committed by Gerrit Code Review
commit 1bb1368375
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