Skip to content

Commit

Permalink
Fix with_items element.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 authored Feb 2, 2017
1 parent db54d9f commit fa54001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
yum:
name: "{{ item }}"
state: present
with_items: rvm.required_packages
with_items: "{{ rvm.required_packages }}"
sudo: true
when: ansible_os_family == "RedHat"

Expand Down

0 comments on commit fa54001

Please sign in to comment.