Skip to content

Commit

Permalink
Merge pull request #2 from hellofresh/fix/ansible-2.x-support
Browse files Browse the repository at this point in the history
Support ansible 2.x
  • Loading branch information
zeelax authored Jan 8, 2018
2 parents e8be04d + b7db3c9 commit e10add9
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 @@ -9,7 +9,7 @@
apt:
name="{{ item }}"
state="latest"
with_items: firefox_apt_deps.stdout_lines
with_items: "{{ firefox_apt_deps.stdout_lines }}"
when: firefox_apt_deps.stdout_lines is defined

- name: Create temp directory
Expand Down

0 comments on commit e10add9

Please sign in to comment.