Skip to content

Commit

Permalink
Fix the merge of variables
Browse files Browse the repository at this point in the history
forgot the recursive parameter of combine filter
  • Loading branch information
bmillemathias committed Dec 23, 2020
1 parent bcae52f commit c0148e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: merge variables passed to role and the defaults
set_fact:
weed: "{{ default_weed | combine(weed) }}"
weed: "{{ default_weed | combine(weed, recursive=True) }}"

- name: "check the release {{ weed.version }} exists on GitHub"
uri:
Expand Down

0 comments on commit c0148e6

Please sign in to comment.