Skip to content

Commit

Permalink
Fix Jekyll Build
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-bish committed Oct 10, 2023
1 parent 923e9c7 commit e25d28e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@

- name: create properties map
set_fact:
properties: "{{ properties | default({}) | combine ({ item['name'] : item['value'] }) }}"
loop: "{{result.response.properties}}"
properties: "{ {" properties | default({}) | combine({item['name']: item['value']}) } }"
loop: "{{result.response.properties}}"
no_log: true

- name: Creation Status
Expand Down

0 comments on commit e25d28e

Please sign in to comment.