Skip to content

Commit

Permalink
Fix 'Using bare variables is deprecated' depreciation warning (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
veger authored and ernestas-poskus committed Oct 29, 2016
1 parent b8465dd commit ec5cd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
copy:
content: "{{ item.value }}"
dest: "/etc/marathon/conf/{{ item.name }}"
with_items: marathon_additional_configs
with_items: "{{ marathon_additional_configs }}"
notify: Restart marathon
tags:
- config-additional
Expand Down

0 comments on commit ec5cd27

Please sign in to comment.