Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-podhead authored Aug 14, 2024
1 parent 0c08f0f commit 5cbefca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/create_prototypes/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
set_fact:
>-
{% for key, value in item["vars"].items() %}
{{ key }}: "{{ value }}"
"{{ key }}": "{{ value }}"
{% endfor %}

- name: Debug group facts
Expand Down

0 comments on commit 5cbefca

Please sign in to comment.