Skip to content

Commit

Permalink
Remove jinja2 templating delimiters in when statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gadamiak committed Mar 1, 2019
1 parent a2f06d0 commit 307406a
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
Expand Up @@ -33,7 +33,7 @@
regexp: "{{ item.1.regexp }}"
replace: "{{ item.1.replace }}"
loop: "{{ bbi_files.values() | product(bbi_regex) | list }}"
when: item.0 != "{{ bbi_files.efi }}"
when: item.0 != bbi_files.efi
- name: Create a temporary mountpoint for the EFI image
tempfile:
state: directory
Expand Down

0 comments on commit 307406a

Please sign in to comment.