Skip to content

Commit

Permalink
quote the variables
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed Apr 25, 2016
1 parent a8eeee4 commit 932d6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

- name: install pdsh and dependencies EL7
yum: name={{ item }} state=installed
with_items: pdsh_el7_packages
with_items: "{{ pdsh_el7_packages }}"
when: ansible_distribution_major_version == "7"

- name: install pdsh and dependencies EL6
yum: name={{ item }} state=installed
with_items: pdsh_el6_packages
with_items: "{{ pdsh_el6_packages }}"
when: ansible_distribution_major_version == "6"

0 comments on commit 932d6a0

Please sign in to comment.