Merge "Make glance cache management cron task idempotent"

This commit is contained in:
Zuul 2018-10-23 16:45:53 +00:00 committed by Gerrit Code Review
commit efb17db9b8
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
- name: Create glance cache management cron jobs
cron:
name: "{{ item.name }}"
minute: "{{ 59 |random(start=1) }}"
minute: "{{ 59 | random(seed=inventory_hostname, start=1) }}"
day: "*"
hour: "{{ item.hour }}"
month: "*"