fixed syntax errors

This commit is contained in:
nd 2019-03-08 19:17:08 +01:00
parent 298e5c5a98
commit 7607a5141c
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 6 additions and 5 deletions

View file

@ -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 }}"