7a18eb49e4
The run_all cron running in test jobs is unawesome because it can cause the inventory overrides we put in for the testing to get overwritten with the real inventory. We don't want test jobs attempting to run against real hosts. Change-Id: I733f66ff24b329d193799e6063953e88dd6a35b1
9 lines
180 B
YAML
9 lines
180 B
YAML
update_cron_interval:
|
|
minute: '*/15'
|
|
hour: '*'
|
|
day: '*'
|
|
month: '*'
|
|
weekday: '*'
|
|
# Flag that can be set in tests to ensure cron is not run
|
|
ansible_cron_install_cron: true
|