Koschei: enable cron jobs
This commit is contained in:
parent
75bab7eaa8
commit
5472a2068b
2 changed files with 14 additions and 15 deletions
|
@ -59,14 +59,14 @@
|
|||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
|
||||
# - name: Apply CronJob
|
||||
# include_role: name=openshift/object
|
||||
# vars:
|
||||
# template: cronjob.yml
|
||||
# objectname: "{{ item.name }}-cronjob.yml"
|
||||
# name: "{{ item.name }}"
|
||||
# schedule: "{{ item.schedule }}"
|
||||
# command: "{{ item.command }}"
|
||||
# with_items: "{{ koschei_cron_jobs }}"
|
||||
# loop_control:
|
||||
# label: "{{ item.name }}"
|
||||
- name: Apply CronJob
|
||||
include_role: name=openshift/object
|
||||
vars:
|
||||
template: cronjob.yml
|
||||
objectname: "{{ item.name }}-cronjob.yml"
|
||||
name: "{{ item.name }}"
|
||||
schedule: "{{ item.schedule }}"
|
||||
command: "{{ item.command }}"
|
||||
with_items: "{{ koschei_cron_jobs }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue