fixed syntax errors
This commit is contained in:
parent
298e5c5a98
commit
7607a5141c
2 changed files with 6 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
- name: add cron jobs
|
||||
with_dict: cron
|
||||
include: job.yaml job="{{ (item.value)|combine({'name': item.key}) }}"
|
||||
- include_tasks:
|
||||
file: job.yml
|
||||
with_dict: "{{ cron }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue