Skip to content

Commit

Permalink
Merge pull request #170 from pcahyna/vars-test-old-jinja
Browse files Browse the repository at this point in the history
Make the var load test compatible with old Jinja2 (2.7)
  • Loading branch information
pcahyna authored Sep 24, 2020
2 parents c7ff759 + 9e23c08 commit 15ed304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_include_vars_from_parent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# XXX ugly, self-modifying code - changes the "caller" role on
# the controller
dest: "{{ playbook_dir }}/roles/caller/vars/{{ item }}.yml"
loop: "{{ varfiles | unique(case_sensitive=true) }}"
loop: "{{ varfiles | unique }}"
# In case the playbook is executed against multiple hosts, use
# only the first one. Otherwise the hosts would stomp on each
# other since they are changing files on the controller.
Expand Down

0 comments on commit 15ed304

Please sign in to comment.