Skip to content

Commit

Permalink
Use mustaches for dictionary
Browse files Browse the repository at this point in the history
Fix the latest 'with_dict expects a dict' error

Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
  • Loading branch information
0xmichalis committed May 18, 2017
1 parent 151e40a commit fd6089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oct/ansible/oct/playbooks/package/ami-mark-ready.yml
Expand Up @@ -55,4 +55,4 @@
resource: '{{ origin_ci_aws_ami_id }}'
tags: "{ '{{ item.key }}': '{{ item.value }}' }"
state: present
with_dict: origin_ci_aws_additional_tags
with_dict: "{{ origin_ci_aws_additional_tags }}"

0 comments on commit fd6089c

Please sign in to comment.